Uses of Enum Class
org.springframework.boot.web.server.GracefulShutdownResult
Packages that use GracefulShutdownResult
-
Uses of GracefulShutdownResult in org.springframework.boot.web.server
Methods in org.springframework.boot.web.server that return GracefulShutdownResultModifier 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.Methods in org.springframework.boot.web.server with parameters of type GracefulShutdownResultModifier and TypeMethodDescriptionvoid
GracefulShutdownCallback.shutdownComplete
(GracefulShutdownResult result) Graceful shutdown has completed with the givenresult
.