Interface ChannelCommandDispatcherFactory
- All Superinterfaces:
AutoCloseable, org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<ChannelGroupMember>, org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address, ChannelGroupMember>
- All Known Implementing Classes:
JChannelCommandDispatcherFactory
public interface ChannelCommandDispatcherFactory
extends org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address, ChannelGroupMember>, AutoCloseable
A channel-based command dispatcher factory.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory
createCommandDispatcher, createCommandDispatcher
-
Method Details
-
getGroup
ChannelGroup getGroup()- Specified by:
getGroupin interfaceorg.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<ChannelGroupMember>- Specified by:
getGroupin interfaceorg.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address, ChannelGroupMember>
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-