Class ProvidedUnaryServiceInstallerProvider<P extends Function<String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>>

java.lang.Object
org.wildfly.clustering.server.service.ProvidedUnaryServiceInstallerProvider<P>
All Implemented Interfaces:
Function<String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>

public class ProvidedUnaryServiceInstallerProvider<P extends Function<String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>> extends Object implements Function<String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
Provides service installers of a given type.
Author:
Paul Ferraro
  • Constructor Details

    • ProvidedUnaryServiceInstallerProvider

      public ProvidedUnaryServiceInstallerProvider(Class<P> providerType, ClassLoader loader)
  • Method Details