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
  • Constructor Details

    • StartupEndpoint

      public StartupEndpoint(org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup applicationStartup)
      Creates a new StartupEndpoint that will describe the timeline of buffered application startup events.
      Parameters:
      applicationStartup - the application startup
  • Method Details