ApplicationReadyEvent
Event published as late as conceivably possible to indicate that the application is ready to service requests. The source of the event is the SpringApplication itself, but beware of modifying its internal state since all initialization steps will have been completed by then.
Author
Stephane Nicoll
Chris Bono
Since
1.3.0
See also
Constructors
Link copied to clipboard
constructor(application: SpringApplication, args: Array<String>, context: ConfigurableApplicationContext, timeTaken: Duration)
Create a new ApplicationReadyEvent instance.