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()org.wildfly.clustering.marshalling.spi.ByteBufferMarshallergetMarshaller()Function<ClassLoader,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller>getMarshallerFactory()DurationgetTimeout()Predicate<ByteBuffer>getUnknownForkPredicate()
-
-
-
Method Detail
-
getUnknownForkPredicate
Predicate<ByteBuffer> getUnknownForkPredicate()
-
getChannel
org.jgroups.JChannel getChannel()
-
getMarshaller
org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller getMarshaller()
-
getTimeout
Duration getTimeout()
-
getMarshallerFactory
Function<ClassLoader,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller> getMarshallerFactory()
-
-