Class JChannelCommandDispatcherFactory

java.lang.Object
org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactory
All Implemented Interfaces:
AutoCloseable, Runnable, org.jgroups.blocks.RequestHandler, org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<ChannelGroupMember>, org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address,ChannelGroupMember>, ChannelCommandDispatcherFactory

public class JChannelCommandDispatcherFactory extends Object implements ChannelCommandDispatcherFactory, org.jgroups.blocks.RequestHandler, Runnable
MessageDispatcher based CommandDispatcherFactory. This factory can produce multiple CommandDispatcher instances, all of which will share the same MessageDispatcher instance.
Author:
Paul Ferraro