Interface EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<A extends Comparable<A>, M extends GroupMember<A>>
- Type Parameters:
A- the address type for group membersM- 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
-
Method Summary
Modifier and TypeMethodDescriptionReturns a function that converts an Infinispan address to the identifier expected by the decorated command dispatcher factory.Returns the decorated command dispatcher factoryMethods inherited from interface EmbeddedCacheContainerConfiguration
getCacheContainer, getExecutor, getNameMethods inherited from interface EmbeddedCacheManagerGroupConfiguration
getAddressWrapper, getGroup
-
Method Details
-
getCommandDispatcherFactory
GroupCommandDispatcherFactory<A,M> getCommandDispatcherFactory()Returns the decorated command dispatcher factory- Returns:
- the decorated command dispatcher factory
-
getAddressUnwrapper
Returns a function that converts an Infinispan address to the identifier expected by the decorated command dispatcher factory.- Returns:
- a function that converts an Infinispan address to the identifier expected by the decorated command dispatcher factory.
-