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