类的使用
org.springframework.boot.context.metrics.buffering.StartupTimeline
使用StartupTimeline的程序包
程序包
说明
Actuator support for
ApplicationStartup
.ApplicationStartup
implementation for
buffering steps and measuring their processing time.-
org.springframework.boot.actuate.startup中StartupTimeline的使用
-
org.springframework.boot.context.metrics.buffering中StartupTimeline的使用
修饰符和类型方法说明BufferingApplicationStartup.drainBufferedTimeline()
Return thetimeline
by pulling steps from the buffer.BufferingApplicationStartup.getBufferedTimeline()
Return thetimeline
as a snapshot of currently buffered steps.