| Package | Description |
|---|---|
| org.springframework.boot.actuate.env |
Actuator support for Spring Framework's
Environment. |
| 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<EnvironmentEndpoint.EnvironmentEntryDescriptor> |
EnvironmentEndpointWebExtension.environmentEntry(String toMatch) |
| Modifier and Type | Method and Description |
|---|---|
WebEndpointResponse<Health> |
HealthEndpointWebExtension.getHealth() |
WebEndpointResponse<Health> |
HealthEndpointWebExtension.getHealth(boolean showDetails) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.health() |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.health(boolean showDetails) |
| Modifier and Type | Method and Description |
|---|---|
WebEndpointResponse<org.springframework.core.io.Resource> |
HeapDumpWebEndpoint.heapDump(Boolean live) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.