ApplicationStartingEvent

Event published as early as conceivably possible as soon as a SpringApplication has been started - before the Environment or ApplicationContext is available, but after the ApplicationListeners have been registered. The source of the event is the SpringApplication itself, but beware of using its internal state too much at this early stage since it might be modified later in the lifecycle.

Author

Phillip Webb

Madhura Bhave

Since

1.5.0

Constructors

Link copied to clipboard
constructor(bootstrapContext: ConfigurableBootstrapContext, application: SpringApplication, args: Array<String>)
Create a new ApplicationStartingEvent instance.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun getSource(): Any
Link copied to clipboard
Link copied to clipboard
open fun toString(): String