Interface CacheContainerCommandDispatcherFactory
- All Superinterfaces:
CommandDispatcherFactory<CacheContainerGroupMember>,GroupCommandDispatcherFactory<org.infinispan.remoting.transport.Address,CacheContainerGroupMember>
- All Known Implementing Classes:
EmbeddedCacheManagerCommandDispatcherFactory
public interface CacheContainerCommandDispatcherFactory
extends GroupCommandDispatcherFactory<org.infinispan.remoting.transport.Address,CacheContainerGroupMember>
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()Returns the group upon which the this command dispatcher operates.Methods inherited from interface org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory
createCommandDispatcher, createCommandDispatcher
-
Method Details
-
getGroup
CacheContainerGroup getGroup()Description copied from interface:CommandDispatcherFactoryReturns the group upon which the this command dispatcher operates.- Specified by:
getGroupin interfaceCommandDispatcherFactory<CacheContainerGroupMember>- Specified by:
getGroupin interfaceGroupCommandDispatcherFactory<org.infinispan.remoting.transport.Address,CacheContainerGroupMember> - Returns:
- a group
-