Interface Stopper


  • public interface Stopper
    The mechanism for stopping the application from within the application.

    An implementation of this is always available via the context registry.

    • Method Detail

      • stop

        @NonBlocking
        void stop()
        Initiates the shutdown process for the running application.

        This method may return before the application is fully shut down.