Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
org.springframework.boot.actuate.management |
Actuator support for JVM management.
|
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<Health> |
StatusWebEndpointExtension.getHealth() |
WebEndpointResponse<Health> |
HealthWebEndpointExtension.getHealth() |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
StatusReactiveWebEndpointExtension.health() |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
HealthReactiveWebEndpointExtension.health() |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<org.springframework.core.io.Resource> |
HeapDumpWebEndpoint.heapDump(Boolean live) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.