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