Class AbstractRegistryFactoryServiceInstallerFactory<K,V>

java.lang.Object
org.wildfly.extension.clustering.server.registry.AbstractRegistryFactoryServiceInstallerFactory<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>>
Direct Known Subclasses:
CacheRegistryFactoryServiceInstallerFactory, LocalRegistryFactoryServiceInstallerFactory, RegistryFactoryServiceInstallerFactory

public abstract class AbstractRegistryFactoryServiceInstallerFactory<K,V> extends Object implements BinaryServiceInstallerFactory<org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.GroupMember,K,V>>
Author:
Paul Ferraro
  • Constructor Details

    • AbstractRegistryFactoryServiceInstallerFactory

      public AbstractRegistryFactoryServiceInstallerFactory()
  • Method Details

    • getServiceDescriptor

      public org.wildfly.service.descriptor.BinaryServiceDescriptor<org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.GroupMember,K,V>> getServiceDescriptor()
      Specified by:
      getServiceDescriptor in interface BinaryServiceInstallerFactory<K>