Interface JChannelCommandDispatcherFactoryConfiguration
public interface JChannelCommandDispatcherFactoryConfiguration
Configuration for a
JChannelCommandDispatcherFactory.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.jgroups.JChannelorg.wildfly.clustering.marshalling.ByteBufferMarshallerFunction<ClassLoader, org.wildfly.clustering.marshalling.ByteBufferMarshaller> Predicate<org.jgroups.Message>
-
Method Details
-
getUnknownForkPredicate
Predicate<org.jgroups.Message> getUnknownForkPredicate() -
getChannel
org.jgroups.JChannel getChannel() -
getMarshaller
org.wildfly.clustering.marshalling.ByteBufferMarshaller getMarshaller() -
getMarshallerFactory
Function<ClassLoader,org.wildfly.clustering.marshalling.ByteBufferMarshaller> getMarshallerFactory()
-