public class ApplicationReadyEvent extends SpringApplicationEvent
SpringApplication
itself, but beware of modifying its internal state since all initialization steps
will have been completed by then.ApplicationFailedEvent,
Serialized Formsource| Constructor and Description |
|---|
ApplicationReadyEvent(SpringApplication application,
String[] args,
org.springframework.context.ConfigurableApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ConfigurableApplicationContext |
getApplicationContext() |
getArgs, getSpringApplicationgetSource, toStringpublic ApplicationReadyEvent(SpringApplication application, String[] args, org.springframework.context.ConfigurableApplicationContext context)
application - the current applicationargs - the arguments the application is running withcontext - the context that was being created (maybe null)Copyright © 2015 Pivotal Software, Inc.. All rights reserved.