Class DistributedCacheGroupServiceConfiguratorProvider
java.lang.Object
org.wildfly.extension.clustering.server.CacheRequirementServiceConfiguratorProvider<Group>
org.wildfly.extension.clustering.server.group.CacheGroupServiceConfiguratorProvider
org.wildfly.extension.clustering.server.group.DistributedCacheGroupServiceConfiguratorProvider
- All Implemented Interfaces:
CacheServiceConfiguratorProvider,DistributedCacheServiceConfiguratorProvider,DistributedCacheGroupServiceConfiguratorProvider
@MetaInfServices({org.wildfly.clustering.server.service.DistributedCacheServiceConfiguratorProvider.class,org.wildfly.clustering.server.service.group.DistributedCacheGroupServiceConfiguratorProvider.class})
public class DistributedCacheGroupServiceConfiguratorProvider
extends CacheGroupServiceConfiguratorProvider
implements DistributedCacheGroupServiceConfiguratorProvider
Provides the requisite builders for a clustered cache-based
Group service.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
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, getServiceConfigurators
-
Constructor Details
-
DistributedCacheGroupServiceConfiguratorProvider
public DistributedCacheGroupServiceConfiguratorProvider()
-