Interface Activeable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void start()
      Called after the component has been created and filled by injection (for the components built by configuration).
      void stop()
      Called before the component is stopped.
    • Method Detail

      • start

        void start()
        Called after the component has been created and filled by injection (for the components built by configuration).
      • stop

        void stop()
        Called before the component is stopped.