public class ApplicationStartedEvent extends SpringApplicationEvent
application and command line
 runners have been called.source| Constructor and Description | 
|---|
| ApplicationStartedEvent(SpringApplication application,
                       String[] args,
                       org.springframework.context.ConfigurableApplicationContext context)Create a new  ApplicationStartedEventinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| org.springframework.context.ConfigurableApplicationContext | getApplicationContext()Return the application context. | 
getArgs, getSpringApplicationgetSource, toStringpublic ApplicationStartedEvent(SpringApplication application, String[] args, org.springframework.context.ConfigurableApplicationContext context)
ApplicationStartedEvent instance.application - the current applicationargs - the arguments the application is running withcontext - the context that was being createdCopyright © 2020 Pivotal Software, Inc.. All rights reserved.