Package org.springframework.boot.context.event
@NullMarked
package org.springframework.boot.context.event
ApplicationEvents triggered by
Spring Boot.-
ClassesClassDescriptionEvent published when a
SpringApplicationis starting up and theApplicationContextis prepared and ApplicationContextInitializers have been called but before any bean definitions are loaded.Event published when aSpringApplicationis starting up and theEnvironmentis first available for inspection and modification.Event published by aSpringApplicationwhen it fails to start.Event published as when aSpringApplicationis starting up and theApplicationContextis 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 anyapplicationandcommand linerunners have been called.Event published as early as conceivably possible as soon as aSpringApplicationhas been started - before theEnvironmentorApplicationContextis available, but after theApplicationListeners have been registered.Base class forApplicationEventrelated to aSpringApplication.