Interface JChannelCommandDispatcherFactory.Configuration

Enclosing class:
JChannelCommandDispatcherFactory

public static interface JChannelCommandDispatcherFactory.Configuration
Author:
Paul Ferraro
  • Method Details

    • getUnknownForkPredicate

      Predicate<org.jgroups.Message> getUnknownForkPredicate()
      Returns a predicate that determines whether a given message is associated with an unknown fork channel.
      Returns:
      a predicate that determines whether a given message is associated with an unknown fork channel.
    • getChannel

      org.jgroups.JChannel getChannel()
      Returns the channel associated with this command dispatcher factory.
      Returns:
      the channel associated with this command dispatcher factory.
    • getMarshaller

      ByteBufferMarshaller getMarshaller()
      Returns the marshaller associated with this command dispatcher factory.
      Returns:
      the marshaller associated with this command dispatcher factory.
    • getMarshallerFactory

      Function<ClassLoader, ByteBufferMarshaller> getMarshallerFactory()
      Returns a factory for creating command dispatcher specific marshaller.
      Returns:
      a factory for creating command dispatcher specific marshaller.