Class ClientMappingsRegistryEntryServiceInstallerFactory
java.lang.Object
org.wildfly.clustering.ejb.infinispan.network.ClientMappingsRegistryEntryServiceInstallerFactory
- All Implemented Interfaces:
Function<BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>
public class ClientMappingsRegistryEntryServiceInstallerFactory
extends Object
implements Function<BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>
Configures a service that provides a client mappings registry entry for the local cluster member.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionClientMappingsRegistryEntryServiceInstallerFactory(org.wildfly.subsystem.service.ServiceDependency<List<org.jboss.as.network.ClientMapping>> clientMappings) -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.ServiceInstallerapply(BinaryServiceConfiguration configuration)
-
Constructor Details
-
ClientMappingsRegistryEntryServiceInstallerFactory
public ClientMappingsRegistryEntryServiceInstallerFactory(org.wildfly.subsystem.service.ServiceDependency<List<org.jboss.as.network.ClientMapping>> clientMappings)
-
-
Method Details
-
apply
public org.wildfly.subsystem.service.ServiceInstaller apply(BinaryServiceConfiguration configuration) - Specified by:
applyin interfaceFunction<BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>
-