Class CacheGroupServiceConfiguratorProvider
java.lang.Object
org.wildfly.extension.clustering.server.CacheRequirementServiceConfiguratorProvider<Group>
org.wildfly.extension.clustering.server.group.CacheGroupServiceConfiguratorProvider
- All Implemented Interfaces:
CacheServiceConfiguratorProvider
- Direct Known Subclasses:
DistributedCacheGroupServiceConfiguratorProvider,LocalCacheGroupServiceConfiguratorProvider
public class CacheGroupServiceConfiguratorProvider
extends CacheRequirementServiceConfiguratorProvider<Group>
Provides the requisite builders for a cache-based
Group.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class org.wildfly.extension.clustering.server.CacheRequirementServiceConfiguratorProvider
getServiceConfigurators, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.clustering.server.service.CacheServiceConfiguratorProvider
getServiceConfigurators
-
Constructor Details
-
CacheGroupServiceConfiguratorProvider
protected CacheGroupServiceConfiguratorProvider(CacheCapabilityServiceConfiguratorFactory<Group> factory)
-