ApplicationReadyEvent
constructor(application: SpringApplication, args: Array<String>, context: ConfigurableApplicationContext, timeTaken: Duration)
Create a new ApplicationReadyEvent instance.
Since
2.6.0
Parameters
application
the current application
args
the arguments the application is running with
context
the context that was being created
timeTaken
the time taken to get the application ready to service requests