Interface Startable


public interface Startable
Lifecycle contract for services which wish to be notified when it is time to start.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Start phase notification
  • Method Details

    • start

      void start()
      Start phase notification