| 限定符和类型 | 类和说明 |
|---|---|
static class |
StartupEndpoint.StartupResponse
A description of an application startup, primarily intended for serialization to
JSON.
|
| 构造器和说明 |
|---|
StartupEndpoint(org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup applicationStartup)
Creates a new
StartupEndpoint that will describe the timeline of buffered
application startup events. |
| 限定符和类型 | 方法和说明 |
|---|---|
StartupEndpoint.StartupResponse |
startup() |
StartupEndpoint.StartupResponse |
startupSnapshot() |
public StartupEndpoint(org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup applicationStartup)
StartupEndpoint that will describe the timeline of buffered
application startup events.applicationStartup - the application startup@ReadOperation public StartupEndpoint.StartupResponse startupSnapshot()
@WriteOperation public StartupEndpoint.StartupResponse startup()