Uses of Enum Class
org.springframework.boot.web.server.GracefulShutdownResult
-
Uses of GracefulShutdownResult in org.springframework.boot.web.server
Modifier and TypeMethodDescriptionstatic GracefulShutdownResult
Returns the enum constant of this class with the specified name.static GracefulShutdownResult[]
GracefulShutdownResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
GracefulShutdownCallback.shutdownComplete
(GracefulShutdownResult result) Graceful shutdown has completed with the givenresult
.