ApplicationEvents
triggered by
Spring Boot.See: Description
Class | Description |
---|---|
ApplicationContextInitializedEvent |
Event published when a
SpringApplication is starting up and the
ApplicationContext is prepared and ApplicationContextInitializers have been
called but before any bean definitions are loaded. |
ApplicationEnvironmentPreparedEvent |
Event published when a
SpringApplication is starting up and the
Environment is first available for inspection and modification. |
ApplicationFailedEvent |
Event published by a
SpringApplication when it fails to start. |
ApplicationPreparedEvent |
Event published as when a
SpringApplication is starting up and the
ApplicationContext is 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
application and command line
runners have been called. |
ApplicationStartingEvent |
Event published as early as conceivably possible as soon as a
SpringApplication
has been started - before the Environment or ApplicationContext is
available, but after the ApplicationListener s have been registered. |
EventPublishingRunListener |
SpringApplicationRunListener to publish SpringApplicationEvent s. |
SpringApplicationEvent |
Base class for
ApplicationEvent related to a SpringApplication . |
ApplicationEvents
triggered by
Spring Boot.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.