public interface ChannelCommandDispatcherFactoryConfiguration
ChannelCommandDispatcherFactory.| Modifier and Type | Method and Description |
|---|---|
org.jgroups.JChannel |
getChannel() |
Function<ClassLoader,Contextualizer> |
getContextualizerFactory() |
org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller |
getMarshaller() |
Function<ClassLoader,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller> |
getMarshallerFactory() |
Duration |
getTimeout() |
Predicate<ByteBuffer> |
getUnknownForkPredicate() |
Predicate<ByteBuffer> getUnknownForkPredicate()
org.jgroups.JChannel getChannel()
org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller getMarshaller()
Duration getTimeout()
Function<ClassLoader,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller> getMarshallerFactory()
Function<ClassLoader,Contextualizer> getContextualizerFactory()
Copyright © 2021 JBoss by Red Hat. All rights reserved.