Uses of Interface
io.undertow.server.handlers.GracefulShutdownHandler.ShutdownListener
-
Packages that use GracefulShutdownHandler.ShutdownListener Package Description io.undertow.server.handlers -
-
Uses of GracefulShutdownHandler.ShutdownListener in io.undertow.server.handlers
Methods in io.undertow.server.handlers with parameters of type GracefulShutdownHandler.ShutdownListener Modifier and Type Method Description void
GracefulShutdownHandler. addShutdownListener(GracefulShutdownHandler.ShutdownListener shutdownListener)
Adds a shutdown listener that will be invoked when all requests have finished.
-