ApplicationEvents triggered by
 Spring Boot.See: Description
| Class | Description | 
|---|---|
| ApplicationContextInitializedEvent | Event published when a  SpringApplicationis starting up and theApplicationContextis prepared and ApplicationContextInitializers have been
 called but before any bean definitions are loaded. | 
| ApplicationEnvironmentPreparedEvent | Event published when a  SpringApplicationis starting up and theEnvironmentis first available for inspection and modification. | 
| ApplicationFailedEvent | Event published by a  SpringApplicationwhen it fails to start. | 
| ApplicationPreparedEvent | Event published as when a  SpringApplicationis starting up and theApplicationContextis fully prepared but not refreshed. | 
| ApplicationReadyEvent | Event published as late as conceivably possible to indicate that the application is
 ready to service requests. | 
| ApplicationStartedEvent | Event published once the application context has been refreshed but before any
  applicationandcommand linerunners have been called. | 
| ApplicationStartingEvent | Event published as early as conceivably possible as soon as a  SpringApplicationhas been started - before theEnvironmentorApplicationContextis
 available, but after theApplicationListeners have been registered. | 
| EventPublishingRunListener | SpringApplicationRunListenerto publishSpringApplicationEvents. | 
| SpringApplicationEvent | Base class for  ApplicationEventrelated to aSpringApplication. | 
ApplicationEvents triggered by
 Spring Boot.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.