Class ServiceProviderRegistrarServiceInstallerFactory<T>

java.lang.Object
org.wildfly.extension.clustering.server.provider.ServiceProviderRegistrarServiceInstallerFactory<T>
All Implemented Interfaces:
Function<BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>, BinaryServiceInstallerFactory<org.wildfly.clustering.server.provider.ServiceProviderRegistrar<T,org.wildfly.clustering.server.GroupMember>>
Direct Known Subclasses:
CacheServiceProviderRegistrarServiceInstallerFactory, LocalServiceProviderRegistrarServiceInstallerFactory

public abstract class ServiceProviderRegistrarServiceInstallerFactory<T> extends Object implements BinaryServiceInstallerFactory<org.wildfly.clustering.server.provider.ServiceProviderRegistrar<T,org.wildfly.clustering.server.GroupMember>>
Builds a cache-based ServiceProviderRegistrationFactory service.
Author:
Paul Ferraro
  • Constructor Details

    • ServiceProviderRegistrarServiceInstallerFactory

      public ServiceProviderRegistrarServiceInstallerFactory()
  • Method Details

    • getServiceDescriptor

      public org.wildfly.service.descriptor.BinaryServiceDescriptor<org.wildfly.clustering.server.provider.ServiceProviderRegistrar<T,org.wildfly.clustering.server.GroupMember>> getServiceDescriptor()
      Specified by:
      getServiceDescriptor in interface BinaryServiceInstallerFactory<T>