Class LegacyRegistryFactoryServiceInstallerFactory<K,V>

java.lang.Object
org.wildfly.extension.clustering.server.registry.legacy.LegacyRegistryFactoryServiceInstallerFactory<K,V>
All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>, BinaryServiceInstallerFactory<RegistryFactory<K,V>>
Direct Known Subclasses:
LegacyCacheRegistryFactoryServiceInstallerFactory, LegacyLocalRegistryFactoryServiceInstallerFactory

@Deprecated public abstract class LegacyRegistryFactoryServiceInstallerFactory<K,V> extends Object implements BinaryServiceInstallerFactory<RegistryFactory<K,V>>
Deprecated.
Author:
Paul Ferraro
  • Constructor Details

    • LegacyRegistryFactoryServiceInstallerFactory

      public LegacyRegistryFactoryServiceInstallerFactory()
      Deprecated.
  • Method Details