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