public static class StartupTimeline.TimelineEvent
extends java.lang.Object
StartupTimeline
. Each event has a start/end time, a
precise duration and the complete StartupStep
information associated with
it.Modifier and Type | Method and Description |
---|---|
java.time.Duration |
getDuration()
Return the duration of this event, i.e.
|
java.time.Instant |
getEndTime()
Return the end time of this event.
|
java.time.Instant |
getStartTime()
Return the start time of this event.
|
org.springframework.core.metrics.StartupStep |
getStartupStep()
Return the
StartupStep information for this event. |
public java.time.Instant getStartTime()
public java.time.Instant getEndTime()
public java.time.Duration getDuration()
StartupStep
with nanoseconds precision.public org.springframework.core.metrics.StartupStep getStartupStep()
StartupStep
information for this event.