Uses of Class
org.springframework.boot.context.metrics.buffering.StartupTimeline
Package
Description
Actuator support for
ApplicationStartup
.ApplicationStartup
implementation for
buffering steps and measuring their processing time.-
Uses of StartupTimeline in org.springframework.boot.actuate.startup
-
Uses of StartupTimeline in org.springframework.boot.context.metrics.buffering
Modifier and TypeMethodDescriptionBufferingApplicationStartup.drainBufferedTimeline()
Return thetimeline
by pulling steps from the buffer.BufferingApplicationStartup.getBufferedTimeline()
Return thetimeline
as a snapshot of currently buffered steps.