Class CacheServiceProviderRegistrarServiceInstallerFactory<T>
java.lang.Object
org.wildfly.extension.clustering.server.provider.ServiceProviderRegistrarServiceInstallerFactory<T>
org.wildfly.extension.clustering.server.provider.CacheServiceProviderRegistrarServiceInstallerFactory<T>
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,,BinaryServiceConfiguration, org.wildfly.subsystem.service.ServiceInstaller> BinaryServiceInstallerFactory<org.wildfly.clustering.server.provider.ServiceProviderRegistrar<T,org.wildfly.clustering.server.GroupMember>>
public class CacheServiceProviderRegistrarServiceInstallerFactory<T>
extends ServiceProviderRegistrarServiceInstallerFactory<T>
Builds a cache-based
ServiceProviderRegistrationFactory service.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.ServiceInstallerapply(org.jboss.as.controller.capability.CapabilityServiceSupport support, BinaryServiceConfiguration configuration) Methods inherited from class org.wildfly.extension.clustering.server.provider.ServiceProviderRegistrarServiceInstallerFactory
getServiceDescriptorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
CacheServiceProviderRegistrarServiceInstallerFactory
public CacheServiceProviderRegistrarServiceInstallerFactory()
-
-
Method Details
-
apply
public org.wildfly.subsystem.service.ServiceInstaller apply(org.jboss.as.controller.capability.CapabilityServiceSupport support, BinaryServiceConfiguration configuration)
-