Package org.springframework.boot.context.event
package org.springframework.boot.context.event
ApplicationEvents
triggered by
Spring Boot.-
ClassDescriptionEvent published when a
SpringApplication
is starting up and theApplicationContext
is prepared and ApplicationContextInitializers have been called but before any bean definitions are loaded.Event published when aSpringApplication
is starting up and theEnvironment
is first available for inspection and modification.Event published by aSpringApplication
when it fails to start.Event published as when aSpringApplication
is starting up and theApplicationContext
is fully prepared but not refreshed.Event published as late as conceivably possible to indicate that the application is ready to service requests.Event published once the application context has been refreshed but before anyapplication
andcommand line
runners have been called.Event published as early as conceivably possible as soon as aSpringApplication
has been started - before theEnvironment
orApplicationContext
is available, but after theApplicationListener
s have been registered.Base class forApplicationEvent
related to aSpringApplication
.