Interface CacheServiceProviderRegistryConfiguration<T>
-
- All Superinterfaces:
CacheConfiguration,InfinispanConfiguration
public interface CacheServiceProviderRegistryConfiguration<T> extends InfinispanConfiguration
Configuration for aCacheServiceProviderRegistry.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandDispatcherFactorygetCommandDispatcherFactory()Group<org.infinispan.remoting.transport.Address>getGroup()ObjectgetId()-
Methods inherited from interface org.wildfly.clustering.ee.infinispan.InfinispanConfiguration
getBatcher, getBlockingManager, getCache, getCacheProperties, getReadForUpdateCache, getSilentWriteCache, getTryLockCache, getTryReadForUpdateCache, getWriteOnlyCache
-
-
-
-
Method Detail
-
getId
Object getId()
-
getGroup
Group<org.infinispan.remoting.transport.Address> getGroup()
-
getCommandDispatcherFactory
CommandDispatcherFactory getCommandDispatcherFactory()
-
-