toggle menu
Spring Boot Kotlin API
3.4.4
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.server
/
GracefulShutdownCallback
Graceful
Shutdown
Callback
@
FunctionalInterface
interface
GracefulShutdownCallback
A callback for the result of a graceful shutdown request.
Author
Andy Wilkinson
Since
2.3.0
See also
Web
Server
Members
Functions
shutdown
Complete
Link copied to clipboard
abstract
fun
shutdownComplete
(
result
:
GracefulShutdownResult
)
Graceful shutdown has completed with the given
result
.