ApplicationContextInitializedEvent

Event published when a SpringApplication is starting up and the ApplicationContext is prepared and ApplicationContextInitializers have been called but before any bean definitions are loaded.

Author

Artsiom Yudovin

Since

2.1.0

Constructors

Link copied to clipboard
constructor(application: SpringApplication, args: Array<String>, context: ConfigurableApplicationContext)
Create a new ApplicationContextInitializedEvent 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