Uses of Enum Class
com.soklet.ShutdownTrigger
Packages that use ShutdownTrigger
-
Uses of ShutdownTrigger in com.soklet
Subclasses with type arguments of type ShutdownTrigger in com.sokletMethods in com.soklet that return ShutdownTriggerModifier and TypeMethodDescriptionstatic ShutdownTrigger
Returns the enum constant of this class with the specified name.static ShutdownTrigger[]
ShutdownTrigger.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet with parameters of type ShutdownTriggerModifier and TypeMethodDescriptionvoid
Soklet.awaitShutdown
(ShutdownTrigger... shutdownTriggers) Blocks the current thread until JVM shutdown (SIGTERM/SIGINT/System.exit(...)
and so forth), or if one of the providedshutdownTriggers
occurs.