Class ProvidedBiServiceInstallerProvider<P extends BiFunction<String,String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>>
java.lang.Object
org.wildfly.clustering.server.service.ProvidedBiServiceInstallerProvider<P>
- All Implemented Interfaces:
BiFunction<String,String, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
public class ProvidedBiServiceInstallerProvider<P extends BiFunction<String,String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>>
extends Object
implements BiFunction<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
- Specified by:
applyin interfaceBiFunction<String,String, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
-