Interface CommandDispatcher<M extends GroupMember,C>

Type Parameters:
M - the member type
C - the command context type
All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
EmbeddedCacheManagerCommandDispatcher, JChannelCommandDispatcher, LocalCommandDispatcher

public interface CommandDispatcher<M extends GroupMember,C> extends AutoCloseable
Dispatches commands for execution on members of a group.
Author:
Paul Ferraro