Interface Installer.AsyncBuilder<B>

  • Type Parameters:
    B - the builder type
    Enclosing interface:
    Installer<ST extends org.jboss.msc.service.ServiceTarget>

    public static interface Installer.AsyncBuilder<B>
    Implemented by builds with asynchronous service support.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      B async()
      Indicates that the installed service should start and, if a stop task is configured, stop asynchronously.
    • Method Detail

      • async

        B async()
        Indicates that the installed service should start and, if a stop task is configured, stop asynchronously.
        Returns:
        a reference to this builder