Interface Installer.BlockingBuilder<B>

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

    public static interface Installer.BlockingBuilder<B>
    Implemented by builders with blocking service support.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      B blocking()
      Indicates that the installed service performs blocking operations on start and/or stop, and should be instrumented accordingly.
    • Method Detail

      • blocking

        B blocking()
        Indicates that the installed service performs blocking operations on start and/or stop, and should be instrumented accordingly.
        Returns:
        a reference to this builder