Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
StartupTimeline |
StartupEndpoint.StartupResponse.getTimeline() |
Modifier and Type | Method and Description |
---|---|
StartupTimeline |
BufferingApplicationStartup.drainBufferedTimeline()
Return the
timeline by pulling steps from the buffer. |
StartupTimeline |
BufferingApplicationStartup.getBufferedTimeline()
Return the
timeline as a snapshot of currently buffered
steps. |