Uses of Interface
io.helidon.spi.HelidonShutdownHandler
Packages that use HelidonShutdownHandler
Package
Description
Startup of Helidon applications.
Declares built-in system meters.
-
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. -
Uses of HelidonShutdownHandler in io.helidon.metrics.systemmeters
Classes in io.helidon.metrics.systemmeters that implement HelidonShutdownHandlerModifier and TypeClassDescriptionclassProvides system meters for virtual threads using Java Flight Recorder events.