Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
org.springframework.boot.actuate.redis |
Actuator support for Redis.
|
Modifier and Type | Method and Description |
---|---|
Health |
HealthAggregator.aggregate(Map<String,Health> healths)
Aggregate several given
Health instances into one. |
Health |
AbstractHealthAggregator.aggregate(Map<String,Health> healths) |
Health |
Health.Builder.build()
Create a new
Health instance with the previously specified code and
details. |
Health |
StatusEndpoint.health() |
Health |
HealthIndicator.health()
Return an indication of health.
|
Health |
HealthEndpoint.health() |
Health |
CompositeHealthIndicator.health() |
Health |
AbstractHealthIndicator.health() |
Modifier and Type | Method and Description |
---|---|
protected abstract reactor.core.publisher.Mono<Health> |
AbstractReactiveHealthIndicator.doHealthCheck(Health.Builder builder)
Actual health check logic.
|
WebEndpointResponse<Health> |
StatusWebEndpointExtension.getHealth() |
WebEndpointResponse<Health> |
HealthWebEndpointExtension.getHealth() |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
StatusReactiveWebEndpointExtension.health() |
reactor.core.publisher.Mono<Health> |
ReactiveHealthIndicator.health()
Provide the indicator of health.
|
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
HealthReactiveWebEndpointExtension.health() |
reactor.core.publisher.Mono<Health> |
HealthIndicatorReactiveAdapter.health() |
reactor.core.publisher.Mono<Health> |
CompositeReactiveHealthIndicator.health() |
reactor.core.publisher.Mono<Health> |
AbstractReactiveHealthIndicator.health() |
Modifier and Type | Method and Description |
---|---|
CompositeReactiveHealthIndicator |
CompositeReactiveHealthIndicator.timeoutStrategy(long timeout,
Health timeoutHealth)
Specify an alternative timeout
Health if an HealthIndicator failed
to reply after specified timeout . |
Modifier and Type | Method and Description |
---|---|
Health |
HealthAggregator.aggregate(Map<String,Health> healths)
Aggregate several given
Health instances into one. |
Health |
AbstractHealthAggregator.aggregate(Map<String,Health> healths) |
protected Map<String,Object> |
AbstractHealthAggregator.aggregateDetails(Map<String,Health> healths)
Return the map of 'aggregate' details that should be used from the specified
healths.
|
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
RedisReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.