Interface LifecycleService

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void pause()
      Temporary halt the execution of this service.
      default void resume()
      resume the execution the service
      default void start()
      Start the service
      default void stop()