Interface BinaryServiceInstallerFactory<T>

All Superinterfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>

public interface BinaryServiceInstallerFactory<T> extends BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>
Creates a service installer for a given service configuration.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.service.descriptor.BinaryServiceDescriptor<T>
    Returns the descriptor of the service created by this factory.

    Methods inherited from interface java.util.function.BiFunction

    andThen, apply
  • Method Details

    • getServiceDescriptor

      org.wildfly.service.descriptor.BinaryServiceDescriptor<T> getServiceDescriptor()
      Returns the descriptor of the service created by this factory.
      Returns:
      a service descriptor