Interface JChannelCommandDispatcherFactoryConfiguration


public interface JChannelCommandDispatcherFactoryConfiguration
Author:
Paul Ferraro
  • Method Details

    • getUnknownForkPredicate

      Predicate<org.jgroups.Message> getUnknownForkPredicate()
    • getChannel

      org.jgroups.JChannel getChannel()
    • getMarshaller

      org.wildfly.clustering.marshalling.ByteBufferMarshaller getMarshaller()
    • getMarshallerFactory

      Function<ClassLoader,org.wildfly.clustering.marshalling.ByteBufferMarshaller> getMarshallerFactory()