类 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
.- 从以下版本开始:
- 2.4.0
- 作者:
- Brian Clozel, Chris Bono
-
嵌套类概要
嵌套类修饰符和类型类说明static final class
Description of an application startup. -
构造器概要
构造器构造器说明StartupEndpoint
(BufferingApplicationStartup applicationStartup) Creates a newStartupEndpoint
that will describe the timeline of buffered application startup events. -
方法概要
-
构造器详细资料
-
StartupEndpoint
Creates a newStartupEndpoint
that will describe the timeline of buffered application startup events.- 参数:
applicationStartup
- the application startup
-
-
方法详细资料
-
startupSnapshot
-
startup
-