Class ChannelBroadcastEndpointFactory
java.lang.Object
org.apache.activemq.artemis.api.core.ChannelBroadcastEndpointFactory
- All Implemented Interfaces:
Serializable
,BroadcastEndpointFactory
An implementation of BroadcastEndpointFactory that uses an externally managed JChannel for JGroups clustering.
Note - the underlying JChannel is not closed in this implementation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChannelBroadcastEndpointFactory
(org.jgroups.JChannel channel, String channelName) -
Method Summary
-
Constructor Details
-
ChannelBroadcastEndpointFactory
-
-
Method Details
-
getChannel
public org.jgroups.JChannel getChannel() -
getChannelName
-
toString
-
createBroadcastEndpoint
- Specified by:
createBroadcastEndpoint
in interfaceBroadcastEndpointFactory
- Throws:
Exception
-