Package | Description |
---|---|
org.springframework.boot |
Core Spring Boot classes.
|
Modifier and Type | Method and Description |
---|---|
void |
BootstrapRegistry.addCloseListener(ApplicationListener<BootstrapContextClosedEvent> listener)
Add an
ApplicationListener that will be called with a
BootstrapContextClosedEvent when the BootstrapContext is closed and
the ApplicationContext has been prepared. |
void |
DefaultBootstrapContext.addCloseListener(ApplicationListener<BootstrapContextClosedEvent> listener) |