Class ProvidedBinaryServiceInstallerProvider<P extends BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>>

java.lang.Object
org.wildfly.clustering.server.service.ProvidedBinaryServiceInstallerProvider<P>
All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>

public class ProvidedBinaryServiceInstallerProvider<P extends BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>> extends Object implements BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
Provides service installers of a given type.
Author:
Paul Ferraro
  • Constructor Details

    • ProvidedBinaryServiceInstallerProvider

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