BootstrapContext
interface BootstrapContext
A simple bootstrap context that is available during startup and Environment post-processing up to the point that the ApplicationContext is prepared.
Provides lazy access to singletons that may be expensive to create, or need to be shared before the ApplicationContext is available.
Author
Phillip Webb
Since
2.4.0