Package | Description |
---|---|
org.springframework.boot.web.server |
Support for embedded web servers.
|
Modifier and Type | Method and Description |
---|---|
static GracefulShutdownResult |
GracefulShutdownResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GracefulShutdownResult[] |
GracefulShutdownResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GracefulShutdownCallback.shutdownComplete(GracefulShutdownResult result)
Graceful shutdown has completed with the given
result . |