Uses of Class
org.springframework.boot.BootstrapContextClosedEvent
-
Uses of BootstrapContextClosedEvent in org.springframework.boot
Modifier and TypeMethodDescriptionvoid
BootstrapRegistry.addCloseListener
(ApplicationListener<BootstrapContextClosedEvent> listener) Add anApplicationListener
that will be called with aBootstrapContextClosedEvent
when theBootstrapContext
is closed and theApplicationContext
has been prepared.void
DefaultBootstrapContext.addCloseListener
(ApplicationListener<BootstrapContextClosedEvent> listener)