ApplicationStartedEvent
constructor(application: SpringApplication, args: Array<String>, context: ConfigurableApplicationContext, timeTaken: Duration)
Create a new ApplicationStartedEvent 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 start the application