Interface LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
- All Superinterfaces:
org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration, org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheContainerConfiguration, EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<String, org.wildfly.clustering.server.local.LocalGroupMember>, EmbeddedCacheManagerGroupConfiguration<String, org.wildfly.clustering.server.local.LocalGroupMember>, LocalEmbeddedCacheManagerGroupConfiguration
public interface LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
extends LocalEmbeddedCacheManagerGroupConfiguration, EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<String, org.wildfly.clustering.server.local.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.default org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<String, org.wildfly.clustering.server.local.LocalGroupMember> Returns the decorated command dispatcher factoryMethods inherited from interface org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheContainerConfiguration
getCacheContainer, getExecutor, getNameMethods inherited from interface LocalEmbeddedCacheManagerGroupConfiguration
getAddressWrapper, getGroup
-
Method Details
-
getCommandDispatcherFactory
default org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<String, org.wildfly.clustering.server.local.LocalGroupMember> getCommandDispatcherFactory()Description copied from interface:EmbeddedCacheManagerCommandDispatcherFactoryConfigurationReturns the decorated command dispatcher factory- Specified by:
getCommandDispatcherFactoryin interfaceEmbeddedCacheManagerCommandDispatcherFactoryConfiguration<String, org.wildfly.clustering.server.local.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, org.wildfly.clustering.server.local.LocalGroupMember>- Returns:
- a function that converts an Infinispan address to the identifier expected by the decorated command dispatcher factory.
-