Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.health |
Auto-configuration for actuator health concerns.
|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Method and Description |
---|---|
HealthStatusHttpMapper |
HealthWebEndpointManagementContextConfiguration.createHealthStatusHttpMapper(HealthIndicatorProperties healthIndicatorProperties) |
Constructor and Description |
---|
HealthEndpointWebExtension(HealthIndicator delegate,
HealthStatusHttpMapper statusHttpMapper,
boolean showDetails) |
ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator delegate,
HealthStatusHttpMapper statusHttpMapper,
boolean showDetails) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.