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 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)