Package io.undertow.server.handlers
Interface GracefulShutdownHandler.ShutdownListener
-
- Enclosing class:
- GracefulShutdownHandler
public static interface GracefulShutdownHandler.ShutdownListenerA listener which can be registered with the handler to be notified when all pending requests have finished.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshutdown(boolean shutdownSuccessful)Notification that the container has shutdown.
-