Class JChannelCommandDispatcher<CC,MC>

java.lang.Object
org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcher<CC,MC>
Type Parameters:
CC - the command execution context
MC - the marshalling context
All Implemented Interfaces:
AutoCloseable, CommandDispatcher<ChannelGroupMember, CC>

public class JChannelCommandDispatcher<CC,MC> extends Object implements CommandDispatcher<ChannelGroupMember, CC>
MessageDispatcher-based command dispatcher.
Author:
Paul Ferraro
  • Constructor Details

    • JChannelCommandDispatcher

      public JChannelCommandDispatcher(org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcher.Configuration<CC,MC> configuration)
      Creates a command dispatcher using the specified configuration.
      Parameters:
      configuration - the configuration of this command dispatcher
  • Method Details