Class RegistryServiceInstallerFactory
java.lang.Object
org.wildfly.extension.clustering.server.registry.RegistryServiceInstallerFactory
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,,BinaryServiceConfiguration, org.wildfly.subsystem.service.ServiceInstaller> BinaryServiceInstallerFactory<org.wildfly.clustering.server.registry.Registry<org.wildfly.clustering.server.GroupMember,Object, Object>>
@MetaInfServices(org.wildfly.clustering.server.service.BinaryServiceInstallerFactory.class)
public class RegistryServiceInstallerFactory
extends Object
implements BinaryServiceInstallerFactory<org.wildfly.clustering.server.registry.Registry<org.wildfly.clustering.server.GroupMember,Object,Object>>
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.ServiceInstallerapply(org.jboss.as.controller.capability.CapabilityServiceSupport support, BinaryServiceConfiguration configuration) org.wildfly.service.descriptor.BinaryServiceDescriptor<org.wildfly.clustering.server.registry.Registry<org.wildfly.clustering.server.GroupMember,Object, Object>> Methods 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
-
RegistryServiceInstallerFactory
public RegistryServiceInstallerFactory()
-
-
Method Details
-
apply
public org.wildfly.subsystem.service.ServiceInstaller apply(org.jboss.as.controller.capability.CapabilityServiceSupport support, BinaryServiceConfiguration configuration) - Specified by:
applyin interfaceBiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration, org.wildfly.subsystem.service.ServiceInstaller>
-
getServiceDescriptor
public org.wildfly.service.descriptor.BinaryServiceDescriptor<org.wildfly.clustering.server.registry.Registry<org.wildfly.clustering.server.GroupMember,Object, getServiceDescriptor()Object>> - Specified by:
getServiceDescriptorin interfaceBinaryServiceInstallerFactory<org.wildfly.clustering.server.registry.Registry<org.wildfly.clustering.server.GroupMember,Object, Object>>
-