Uses of Interface
io.helidon.spi.HelidonShutdownHandler
Packages that use HelidonShutdownHandler
-
Uses of HelidonShutdownHandler in io.helidon
Methods in io.helidon with parameters of type HelidonShutdownHandlerModifier and TypeMethodDescriptionstatic void
Main.addShutdownHandler
(HelidonShutdownHandler handler) Add shutdown handler to the list of handlers to be executed on shutdown.static void
Main.removeShutdownHandler
(HelidonShutdownHandler handler) Remove a shutdown handler from the list of handlers.