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
Nested ClassesModifier and TypeClassDescriptionstatic final classDescription of an application startup. -
Constructor Summary
ConstructorsConstructorDescriptionStartupEndpoint(BufferingApplicationStartup applicationStartup) Creates a newStartupEndpointthat will describe the timeline of buffered application startup events. -
Method Summary
-
Constructor Details
-
StartupEndpoint
Creates a newStartupEndpointthat will describe the timeline of buffered application startup events.- Parameters:
applicationStartup- the application startup
-
-
Method Details
-
startupSnapshot
-
startup
-