Class ProvidedBinaryServiceInstallerProvider<P extends Function<BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>>
java.lang.Object
org.wildfly.clustering.server.service.ProvidedBinaryServiceInstallerProvider<P>
- All Implemented Interfaces:
Function<BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
public class ProvidedBinaryServiceInstallerProvider<P extends Function<BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>>
extends Object
implements Function<BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
Provides service installers of a given type.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionProvidedBinaryServiceInstallerProvider(Class<P> providerType, ClassLoader loader) -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.wildfly.subsystem.service.ServiceInstaller>apply(BinaryServiceConfiguration configuration)
-
Constructor Details
-
ProvidedBinaryServiceInstallerProvider
-
-
Method Details
-
apply
public Iterable<org.wildfly.subsystem.service.ServiceInstaller> apply(BinaryServiceConfiguration configuration) - Specified by:
applyin interfaceFunction<BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
-