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, org.wildfly.clustering.server.dispatcher.CommandDispatcher<ChannelGroupMember,CC>

public class JChannelCommandDispatcher<CC,MC> extends Object implements org.wildfly.clustering.server.dispatcher.CommandDispatcher<ChannelGroupMember,CC>
MessageDispatcher-based command dispatcher.
Author:
Paul Ferraro