Interface LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
- All Superinterfaces:
BasicCacheContainerConfiguration, EmbeddedCacheContainerConfiguration, EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<String, LocalGroupMember>, EmbeddedCacheManagerGroupConfiguration<String, LocalGroupMember>, LocalEmbeddedCacheManagerGroupConfiguration
public interface LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
extends LocalEmbeddedCacheManagerGroupConfiguration, EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<String, LocalGroupMember>
Encapsulates the configuration of a command dispatcher factory associated with a non-clustered cache container.
- 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 LocalEmbeddedCacheManagerGroupConfiguration
getAddressWrapper, getGroup
-
Method Details
-
getCommandDispatcherFactory
Description copied from interface:EmbeddedCacheManagerCommandDispatcherFactoryConfigurationReturns the decorated command dispatcher factory- Specified by:
getCommandDispatcherFactoryin interfaceEmbeddedCacheManagerCommandDispatcherFactoryConfiguration<String, LocalGroupMember>- Returns:
- the decorated command dispatcher factory
-
getAddressUnwrapper
Description copied from interface:EmbeddedCacheManagerCommandDispatcherFactoryConfigurationReturns a function that converts an Infinispan address to the identifier expected by the decorated command dispatcher factory.- Specified by:
getAddressUnwrapperin interfaceEmbeddedCacheManagerCommandDispatcherFactoryConfiguration<String, LocalGroupMember>- Returns:
- a function that converts an Infinispan address to the identifier expected by the decorated command dispatcher factory.
-