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.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Return the application context.
Link copied to clipboard
open fun getSource(): Any
Link copied to clipboard
Link copied to clipboard
open fun toString(): String