Interface CapabilityServiceInstaller.Builder<T,​V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CapabilityServiceInstaller.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, requires, requires
      • Methods inherited from interface org.wildfly.service.Installer.UnaryBuilder

        onStart, onStop, provides, withCaptor
    • Method Detail

      • async

        CapabilityServiceInstaller.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