Class ChannelCommandDispatcherFactory

java.lang.Object
org.wildfly.clustering.server.infinispan.dispatcher.ChannelCommandDispatcherFactory
All Implemented Interfaces:
AutoCloseable, Runnable, Function<GroupListener,ExecutorService>, org.jgroups.blocks.RequestHandler, org.jgroups.Receiver, CommandDispatcherFactory, Group, Registrar<GroupListener>, Group<org.jgroups.Address>, AutoCloseableCommandDispatcherFactory, NodeFactory<org.jgroups.Address>

public class ChannelCommandDispatcherFactory extends Object implements AutoCloseableCommandDispatcherFactory, org.jgroups.blocks.RequestHandler, Group<org.jgroups.Address>, org.jgroups.Receiver, Runnable, Function<GroupListener,ExecutorService>
MessageDispatcher based CommandDispatcherFactory. This factory can produce multiple CommandDispatcher instances, all of which will share the same MessageDispatcher instance.
Author:
Paul Ferraro