ApplicationPreparedEvent
Event published as when a SpringApplication is starting up and the ApplicationContext is fully prepared but not refreshed. The bean definitions will be loaded and the Environment is ready for use at this stage.
Author
Dave Syer
Since
1.0.0
Constructors
Link copied to clipboard
constructor(application: SpringApplication, args: Array<String>, context: ConfigurableApplicationContext)
Create a new ApplicationPreparedEvent instance.