Class RegistryFactoryServiceInstallerFactory<K,V>

java.lang.Object
org.wildfly.extension.clustering.server.registry.AbstractRegistryFactoryServiceInstallerFactory<K,V>
org.wildfly.extension.clustering.server.registry.RegistryFactoryServiceInstallerFactory<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>>

@MetaInfServices(org.wildfly.clustering.server.service.BinaryServiceInstallerFactory.class) public class RegistryFactoryServiceInstallerFactory<K,V> extends AbstractRegistryFactoryServiceInstallerFactory<K,V>
Configures a cache or local registry factory.
Author:
Paul Ferraro
  • Constructor Details

    • RegistryFactoryServiceInstallerFactory

      public RegistryFactoryServiceInstallerFactory()
  • Method Details