Interface BinaryServiceInstallerFactory<T>

All Superinterfaces:
Function<BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>

public interface BinaryServiceInstallerFactory<T> extends Function<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.Function

    andThen, apply, compose
  • Method Details

    • getServiceDescriptor

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