Interface GracefulShutdownHandler.ShutdownListener

  • Enclosing class:
    GracefulShutdownHandler

    public static interface GracefulShutdownHandler.ShutdownListener
    A listener which can be registered with the handler to be notified when all pending requests have finished.
    • Method Detail

      • shutdown

        void shutdown​(boolean shutdownSuccessful)
        Notification that the container has shutdown.
        Parameters:
        shutdownSuccessful - If the shutdown succeeded or not