Class ChannelCommandDispatcherFactoryProvider
java.lang.Object
org.wildfly.clustering.server.AutoCloseableProvider
org.wildfly.clustering.server.jgroups.dispatcher.ChannelCommandDispatcherFactoryProvider
- All Implemented Interfaces:
AutoCloseable,Consumer<Runnable>,CommandDispatcherFactoryProvider<org.wildfly.clustering.server.jgroups.ChannelGroupMember>,org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactoryConfiguration
public class ChannelCommandDispatcherFactoryProvider
extends AutoCloseableProvider
implements CommandDispatcherFactoryProvider<org.wildfly.clustering.server.jgroups.ChannelGroupMember>, org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactoryConfiguration
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionChannelCommandDispatcherFactoryProvider(String clusterName, String memberName) -
Method Summary
Modifier and TypeMethodDescriptionorg.jgroups.JChannelorg.wildfly.clustering.server.jgroups.dispatcher.ChannelCommandDispatcherFactoryorg.wildfly.clustering.marshalling.ByteBufferMarshallerFunction<ClassLoader, org.wildfly.clustering.marshalling.ByteBufferMarshaller> Predicate<org.jgroups.Message> Methods inherited from class org.wildfly.clustering.server.AutoCloseableProvider
accept, closeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherFactoryProvider
close
-
Constructor Details
-
ChannelCommandDispatcherFactoryProvider
-
-
Method Details
-
getCommandDispatcherFactory
public org.wildfly.clustering.server.jgroups.dispatcher.ChannelCommandDispatcherFactory getCommandDispatcherFactory()- Specified by:
getCommandDispatcherFactoryin interfaceCommandDispatcherFactoryProvider<org.wildfly.clustering.server.jgroups.ChannelGroupMember>
-
getUnknownForkPredicate
- Specified by:
getUnknownForkPredicatein interfaceorg.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactoryConfiguration
-
getChannel
public org.jgroups.JChannel getChannel()- Specified by:
getChannelin interfaceorg.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactoryConfiguration
-
getMarshaller
public org.wildfly.clustering.marshalling.ByteBufferMarshaller getMarshaller()- Specified by:
getMarshallerin interfaceorg.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactoryConfiguration
-
getMarshallerFactory
public Function<ClassLoader,org.wildfly.clustering.marshalling.ByteBufferMarshaller> getMarshallerFactory()- Specified by:
getMarshallerFactoryin interfaceorg.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactoryConfiguration
-