Interface EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<A extends Comparable<A>,M extends GroupMember<A>>

Type Parameters:
A - the address type for group members
M - the group member type
All Superinterfaces:
BasicCacheContainerConfiguration, EmbeddedCacheContainerConfiguration, EmbeddedCacheManagerGroupConfiguration<A,M>
All Known Subinterfaces:
ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration, LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration

public interface EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<A extends Comparable<A>,M extends GroupMember<A>> extends EmbeddedCacheManagerGroupConfiguration<A,M>
Encapsulates configuration of an EmbeddedCacheManagerCommandDispatcherFactory.
Author:
Paul Ferraro