| Package | Description | 
|---|---|
| org.springframework.boot.context | Classes related to Spring's  ApplicationContext. | 
| org.springframework.boot.context.event | ApplicationEventstriggered by
 Spring Boot. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApplicationPidFileWriter. onApplicationEvent(SpringApplicationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApplicationPidFileWriter. setTriggerEventType(Class<? extends SpringApplicationEvent> triggerEventType)Sets the type of application event that will trigger writing of the PID file. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ApplicationContextInitializedEventEvent published when a  SpringApplicationis starting up and theApplicationContextis prepared and ApplicationContextInitializers have been
 called but before any bean definitions are loaded. | 
| class  | ApplicationEnvironmentPreparedEventEvent published when a  SpringApplicationis starting up and theEnvironmentis first available for inspection and modification. | 
| class  | ApplicationFailedEventEvent published by a  SpringApplicationwhen it fails to start. | 
| class  | ApplicationPreparedEventEvent published as when a  SpringApplicationis starting up and theApplicationContextis fully prepared but not refreshed. | 
| class  | ApplicationReadyEventEvent published as late as conceivably possible to indicate that the application is
 ready to service requests. | 
| class  | ApplicationStartedEventEvent published once the application context has been refreshed but before any
  applicationandcommand linerunners have been called. | 
| class  | ApplicationStartingEventEvent published as early as conceivably possible as soon as a  SpringApplicationhas been started - before theEnvironmentorApplicationContextis
 available, but after theApplicationListeners have been registered. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.