Uses of Class
org.springframework.boot.bootstrap.BootstrapContextClosedEvent
Packages that use BootstrapContextClosedEvent
Package
Description
Bootstrap concerns to support the creation of potentially expensive singletons while
the application starts.
-
Uses of BootstrapContextClosedEvent in org.springframework.boot.bootstrap
Method parameters in org.springframework.boot.bootstrap with type arguments of type BootstrapContextClosedEventModifier and TypeMethodDescriptionvoidBootstrapRegistry.addCloseListener(ApplicationListener<BootstrapContextClosedEvent> listener) Add anApplicationListenerthat will be called with aBootstrapContextClosedEventwhen theBootstrapContextis closed and theApplicationContexthas been prepared.voidDefaultBootstrapContext.addCloseListener(ApplicationListener<BootstrapContextClosedEvent> listener)