Interface Startable

    • Method Detail

      • start

        void start()
        Start this component. Called initially at the begin of the lifecycle. It can be called again after a stop.
      • stop

        void stop()
        Stop this component. Called near the end of the lifecycle. It can be called again after a further start. Implement Disposable if you need a single call at the definite end of the lifecycle.