Interface ServiceInstaller.Builder<T,​V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ServiceInstaller.Builder<T,​V> async()
      Indicates that the installed service should start and, if a stop task is configured, stop asynchronously.
      • Methods inherited from interface org.wildfly.service.Installer.Builder

        asActive, asPassive, build, onStart, onStop, provides, withDependencies, withDependencies, withDependencies, withDependency
    • Method Detail

      • async

        ServiceInstaller.Builder<T,​V> async()
        Indicates that the installed service should start and, if a stop task is configured, stop asynchronously.
        Returns:
        a reference to this builder