Class RegistryServiceInstallerFactory
java.lang.Object
org.wildfly.extension.clustering.server.registry.RegistryServiceInstallerFactory
- All Implemented Interfaces:
Function<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(BinaryServiceConfiguration configuration) org.wildfly.service.descriptor.BinaryServiceDescriptor<org.wildfly.clustering.server.registry.Registry<org.wildfly.clustering.server.GroupMember,Object, Object>>
-
Constructor Details
-
RegistryServiceInstallerFactory
public RegistryServiceInstallerFactory()
-
-
Method Details
-
apply
public org.wildfly.subsystem.service.ServiceInstaller apply(BinaryServiceConfiguration configuration) - Specified by:
applyin interfaceFunction<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>>
-