Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.startup |
Auto-configuration for actuator ApplicationStartup concerns.
|
org.springframework.boot.actuate.startup |
Actuator support for
ApplicationStartup . |
Modifier and Type | Method and Description |
---|---|
StartupEndpoint |
StartupEndpointAutoConfiguration.startupEndpoint(BufferingApplicationStartup applicationStartup) |
Constructor and Description |
---|
StartupEndpoint(BufferingApplicationStartup applicationStartup)
Creates a new
StartupEndpoint that will describe the timeline of buffered
application startup events. |