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.neo4j |
Actuator support for Neo4j.
|
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)
Deprecated.
|
protected reactor.core.publisher.Mono<Health> |
CassandraDriverReactiveHealthIndicator.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 |
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() |
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> |
AbstractReactiveHealthIndicator.health() |
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> |
Neo4jReactiveHealthIndicator.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) |