Uses of Interface
org.springframework.boot.SpringApplicationShutdownHandlers
Packages that use SpringApplicationShutdownHandlers
- 
Uses of SpringApplicationShutdownHandlers in org.springframework.bootMethods in org.springframework.boot that return SpringApplicationShutdownHandlersModifier and TypeMethodDescriptionSpringApplication.getShutdownHandlers()Return aSpringApplicationShutdownHandlersinstance that can be used to add or remove handlers that perform actions before the JVM is shutdown.