Uses of Class
io.quarkus.runtime.ShutdownEvent.ShutdownReason
-
Packages that use ShutdownEvent.ShutdownReason Package Description io.quarkus.runtime -
-
Uses of ShutdownEvent.ShutdownReason in io.quarkus.runtime
Fields in io.quarkus.runtime declared as ShutdownEvent.ShutdownReason Modifier and Type Field Description static ShutdownEvent.ShutdownReasonApplicationLifecycleManager. shutdownReasonMethods in io.quarkus.runtime that return ShutdownEvent.ShutdownReason Modifier and Type Method Description static ShutdownEvent.ShutdownReasonShutdownEvent.ShutdownReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ShutdownEvent.ShutdownReason[]ShutdownEvent.ShutdownReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.quarkus.runtime with parameters of type ShutdownEvent.ShutdownReason Constructor Description ShutdownEvent(ShutdownEvent.ShutdownReason shutdownReason)
-