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 voidMain.addShutdownHandler(HelidonShutdownHandler handler) Add shutdown handler to the list of handlers to be executed on shutdown.static voidMain.removeShutdownHandler(HelidonShutdownHandler handler) Remove a shutdown handler from the list of handlers.