Class CacheRegistryFactoryServiceInstallerFactory<K,V>
java.lang.Object
org.wildfly.extension.clustering.server.registry.AbstractRegistryFactoryServiceInstallerFactory<K,V>
org.wildfly.extension.clustering.server.registry.CacheRegistryFactoryServiceInstallerFactory<K,V>
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,,BinaryServiceConfiguration, org.wildfly.subsystem.service.ServiceInstaller> BinaryServiceInstallerFactory<org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.GroupMember,K, V>>
public class CacheRegistryFactoryServiceInstallerFactory<K,V>
extends AbstractRegistryFactoryServiceInstallerFactory<K,V>
Configures a cache-based registry factory.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.ServiceInstallerapply(org.jboss.as.controller.capability.CapabilityServiceSupport support, BinaryServiceConfiguration configuration) Methods inherited from class org.wildfly.extension.clustering.server.registry.AbstractRegistryFactoryServiceInstallerFactory
getServiceDescriptorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
CacheRegistryFactoryServiceInstallerFactory
public CacheRegistryFactoryServiceInstallerFactory()
-
-
Method Details
-
apply
public org.wildfly.subsystem.service.ServiceInstaller apply(org.jboss.as.controller.capability.CapabilityServiceSupport support, BinaryServiceConfiguration configuration)
-