ApplicationStartedEvent

Event published once the application context has been refreshed but before any application and command line runners have been called.

Author

Andy Wilkinson

Since

2.0.0

Constructors

Link copied to clipboard
constructor(application: SpringApplication, args: Array<String>, context: ConfigurableApplicationContext, timeTaken: Duration)
Create a new ApplicationStartedEvent instance.

Properties

Link copied to clipboard
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