Class ProvidedBiServiceInstallerProvider<P extends BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,Map.Entry<String,String>,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>>
java.lang.Object
org.wildfly.clustering.server.service.ProvidedBiServiceInstallerProvider<P>
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,Map.Entry<String, String>, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
public class ProvidedBiServiceInstallerProvider<P extends BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,Map.Entry<String,String>,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>>
extends Object
implements BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,Map.Entry<String,String>,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
Provides service installers of a given type.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionProvidedBiServiceInstallerProvider(Class<P> providerType, ClassLoader loader) -
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
-
ProvidedBiServiceInstallerProvider
-
-
Method Details
-
apply
-