Interface ChannelCommandDispatcherFactory
- All Superinterfaces:
AutoCloseable,org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<ChannelGroupMember>,org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address,,ChannelGroupMember> org.wildfly.clustering.server.Registration
- All Known Implementing Classes:
JChannelCommandDispatcherFactory
public interface ChannelCommandDispatcherFactory
extends org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address,ChannelGroupMember>, org.wildfly.clustering.server.Registration
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.server.Registration
EMPTY -
Method Summary
Methods inherited from interface org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory
createCommandDispatcher, createCommandDispatcherMethods inherited from interface org.wildfly.clustering.server.Registration
close
-
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>
-