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 |
---|
HealthReactiveWebEndpointExtension(ReactiveHealthIndicator delegate,
HealthStatusHttpMapper statusHttpMapper) |
HealthWebEndpointExtension(HealthEndpoint delegate,
HealthStatusHttpMapper statusHttpMapper) |
StatusReactiveWebEndpointExtension(ReactiveHealthIndicator delegate,
HealthStatusHttpMapper statusHttpMapper) |
StatusWebEndpointExtension(StatusEndpoint delegate,
HealthStatusHttpMapper statusHttpMapper) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.