Package | Description |
---|---|
org.springframework.boot.context.event |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationEnvironmentPreparedEvent
Event published when a
SpringApplication is starting up and the
Environment is first available for inspection and modification. |
class |
ApplicationFailedEvent
Event published by a
SpringApplication when it fails to start. |
class |
ApplicationPreparedEvent
Event published as when a
SpringApplication is starting up and the
ApplicationContext is fully prepared but not refreshed. |
class |
ApplicationStartedEvent
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. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.