Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.startup |
Auto-configuration for actuator ApplicationStartup concerns.
|
org.springframework.boot.actuate.startup |
Actuator support for
ApplicationStartup . |
org.springframework.boot.context.metrics.buffering |
ApplicationStartup implementation for
buffering steps and measuring their processing time. |
Class and Description |
---|
BufferingApplicationStartup
ApplicationStartup implementation that buffers steps and
records their timestamp as well as their processing time. |
Class and Description |
---|
BufferingApplicationStartup
ApplicationStartup implementation that buffers steps and
records their timestamp as well as their processing time. |
StartupTimeline
Represent the timeline of
steps recorded by
BufferingApplicationStartup . |
Class and Description |
---|
StartupTimeline
Represent the timeline of
steps recorded by
BufferingApplicationStartup . |
StartupTimeline.TimelineEvent
Event on the current
StartupTimeline . |