toggle menu
Spring Boot Kotlin API
3.5.0-M3
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot
/
SpringApplicationShutdownHandlers
/
add
add
abstract
fun
add
(
action
:
Runnable
)
Add an action to the handlers that will be run when the JVM exits.
Parameters
action
the action to add