Class StartupEndpoint
java.lang.Object
org.springframework.boot.actuate.startup.StartupEndpoint
@Endpoint(id="startup")
@ImportRuntimeHints(org.springframework.boot.actuate.startup.StartupEndpoint.StartupEndpointRuntimeHints.class)
public class StartupEndpoint
extends Object
@Endpoint
to expose the timeline of the
application startup
.- Since:
- 2.4.0
- Author:
- Brian Clozel, Chris Bono
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Description of an application startup. -
Constructor Summary
ConstructorDescriptionStartupEndpoint
(BufferingApplicationStartup applicationStartup) Creates a newStartupEndpoint
that will describe the timeline of buffered application startup events. -
Method Summary
-
Constructor Details
-
StartupEndpoint
Creates a newStartupEndpoint
that will describe the timeline of buffered application startup events.- Parameters:
applicationStartup
- the application startup
-
-
Method Details
-
startupSnapshot
-
startup
-