Uses of Class
org.springframework.boot.actuate.health.Health
Package
Description
Actuator support for Cassandra.
Actuator support for Couchbase.
Actuator support for Elasticsearch dependent on Spring Data.
Actuator support for Mongo dependent on Spring Data.
Actuator support for Redis dependent on Spring Data.
Actuator health indicator and endpoints.
Actuator support for Neo4j.
Actuator support for R2DBC.
-
Uses of Health in org.springframework.boot.actuate.cassandra
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health>
CassandraDriverReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
Uses of Health in org.springframework.boot.actuate.couchbase
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health>
CouchbaseReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
Uses of Health in org.springframework.boot.actuate.data.elasticsearch
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health>
ElasticsearchReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
Uses of Health in org.springframework.boot.actuate.data.mongo
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health>
MongoReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
Uses of Health in org.springframework.boot.actuate.data.redis
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health>
RedisReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
Uses of Health in org.springframework.boot.actuate.health
Modifier and TypeMethodDescriptionHealth.Builder.build()
Create a newHealth
instance with the previously specified code and details.default Health
HealthIndicator.getHealth
(boolean includeDetails) Return an indication of health.final Health
AbstractHealthIndicator.health()
HealthIndicator.health()
Return an indication of health.Modifier and TypeMethodDescriptionprotected 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.final reactor.core.publisher.Mono<Health>
AbstractReactiveHealthIndicator.health()
reactor.core.publisher.Mono<Health>
ReactiveHealthIndicator.health()
Provide the indicator of health. -
Uses of Health in org.springframework.boot.actuate.neo4j
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health>
Neo4jReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
Uses of Health in org.springframework.boot.actuate.r2dbc
Modifier and TypeMethodDescriptionprotected final reactor.core.publisher.Mono<Health>
ConnectionFactoryHealthIndicator.doHealthCheck
(Health.Builder builder)