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 Details

    • CacheRegistryFactoryServiceInstallerFactory

      public CacheRegistryFactoryServiceInstallerFactory()
  • Method Details

    • apply

      public org.wildfly.subsystem.service.ServiceInstaller apply(org.jboss.as.controller.capability.CapabilityServiceSupport support, BinaryServiceConfiguration configuration)