Class StartupEndpoint

java.lang.Object
org.springframework.boot.actuate.startup.StartupEndpoint

@Endpoint(id="startup") public class StartupEndpoint extends Object
@Endpoint to expose the timeline of the application startup.
Since:
2.4.0
Author:
Brian Clozel, Chris Bono