Package | Description |
---|---|
org.springframework.boot.actuate.cassandra |
Actuator support for Cassandra.
|
org.springframework.boot.actuate.couchbase |
Actuator support for Couchbase.
|
org.springframework.boot.actuate.elasticsearch |
Actuator support for Elasticsearch.
|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
org.springframework.boot.actuate.mongo |
Actuator support for Mongo.
|
org.springframework.boot.actuate.r2dbc |
Actuator support for R2DBC.
|
org.springframework.boot.actuate.redis |
Actuator support for Redis.
|
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
CassandraReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
CouchbaseReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
ElasticsearchReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
Health |
AbstractHealthAggregator.aggregate(Map<String,Health> healths)
Deprecated.
|
Health |
HealthAggregator.aggregate(Map<String,Health> healths)
Deprecated.
Aggregate several given
Health instances into one. |
Health |
Health.Builder.build()
Create a new
Health instance with the previously specified code and
details. |
default Health |
HealthIndicator.getHealth(boolean includeDetails)
Return an indication of health.
|
Health |
HealthIndicator.health()
Return an indication of health.
|
Health |
AbstractHealthIndicator.health() |
Health |
CompositeHealthIndicator.health()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract reactor.core.publisher.Mono<Health> |
AbstractReactiveHealthIndicator.doHealthCheck(Health.Builder builder)
Actual health check logic.
|
default reactor.core.publisher.Mono<Health> |
ReactiveHealthIndicator.getHealth(boolean includeDetails)
Provide the indicator of health.
|
reactor.core.publisher.Mono<Health> |
ReactiveHealthIndicator.health()
Provide the indicator of health.
|
reactor.core.publisher.Mono<Health> |
HealthIndicatorReactiveAdapter.health()
Deprecated.
|
reactor.core.publisher.Mono<Health> |
AbstractReactiveHealthIndicator.health() |
reactor.core.publisher.Mono<Health> |
CompositeReactiveHealthIndicator.health()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompositeReactiveHealthIndicator |
CompositeReactiveHealthIndicator.timeoutStrategy(long timeout,
Health timeoutHealth)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Health |
AbstractHealthAggregator.aggregate(Map<String,Health> healths)
Deprecated.
|
Health |
HealthAggregator.aggregate(Map<String,Health> healths)
Deprecated.
Aggregate several given
Health instances into one. |
protected Map<String,Object> |
AbstractHealthAggregator.aggregateDetails(Map<String,Health> healths)
Deprecated.
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> |
MongoReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
ConnectionFactoryHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
RedisReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |