Class DefaultUnaryServiceInstallerProvider<T>
java.lang.Object
org.wildfly.extension.clustering.server.DefaultUnaryServiceInstallerProvider<T>
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Direct Known Subclasses:
DefaultCommandDispatcherFactoryServiceInstallerProvider,DefaultGroupServiceInstallerProvider,DefaultLegacyCommandDispatcherFactoryServiceInstallerProvider,DefaultLegacyGroupServiceInstallerProvider
public class DefaultUnaryServiceInstallerProvider<T>
extends Object
implements BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefaultUnaryServiceInstallerProvider(org.wildfly.service.descriptor.UnaryServiceDescriptor<T> descriptor, Function<String, JndiName> jndiNameFactory) -
Method Summary
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
-
DefaultUnaryServiceInstallerProvider
-
-
Method Details
-
apply
public Iterable<org.wildfly.subsystem.service.ServiceInstaller> apply(org.jboss.as.controller.capability.CapabilityServiceSupport support, String value) - Specified by:
applyin interfaceBiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
-