Interface ChannelCommandDispatcherFactoryConfiguration
-
public interface ChannelCommandDispatcherFactoryConfigurationConfiguration for aChannelCommandDispatcherFactory.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jgroups.JChannelgetChannel()ByteBufferMarshallergetMarshaller()Function<ClassLoader,ByteBufferMarshaller>getMarshallerFactory()DurationgetTimeout()Predicate<org.jgroups.Message>getUnknownForkPredicate()
-
-
-
Method Detail
-
getUnknownForkPredicate
Predicate<org.jgroups.Message> getUnknownForkPredicate()
-
getChannel
org.jgroups.JChannel getChannel()
-
getMarshaller
ByteBufferMarshaller getMarshaller()
-
getTimeout
Duration getTimeout()
-
getMarshallerFactory
Function<ClassLoader,ByteBufferMarshaller> getMarshallerFactory()
-
-