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:
Function<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(BinaryServiceConfiguration configuration) Methods inherited from class org.wildfly.extension.clustering.server.registry.AbstractRegistryFactoryServiceInstallerFactory
getServiceDescriptor
-
Constructor Details
-
CacheRegistryFactoryServiceInstallerFactory
public CacheRegistryFactoryServiceInstallerFactory()
-
-
Method Details
-
apply
public org.wildfly.subsystem.service.ServiceInstaller apply(BinaryServiceConfiguration configuration)
-