Uses of Class
org.springframework.boot.actuate.health.Health
Packages that use 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
Methods in org.springframework.boot.actuate.cassandra that return types with arguments of type HealthModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health>
CassandraDriverReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
Uses of Health in org.springframework.boot.actuate.couchbase
Methods in org.springframework.boot.actuate.couchbase that return types with arguments of type HealthModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health>
CouchbaseReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
Uses of Health in org.springframework.boot.actuate.data.elasticsearch
Methods in org.springframework.boot.actuate.data.elasticsearch that return types with arguments of type HealthModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health>
ElasticsearchReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
Uses of Health in org.springframework.boot.actuate.data.mongo
Methods in org.springframework.boot.actuate.data.mongo that return types with arguments of type HealthModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health>
MongoReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
Uses of Health in org.springframework.boot.actuate.data.redis
Methods in org.springframework.boot.actuate.data.redis that return types with arguments of type HealthModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health>
RedisReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
Uses of Health in org.springframework.boot.actuate.health
Methods in org.springframework.boot.actuate.health that return HealthModifier 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.Methods in org.springframework.boot.actuate.health that return types with arguments of type HealthModifier 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
Methods in org.springframework.boot.actuate.neo4j that return types with arguments of type HealthModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health>
Neo4jReactiveHealthIndicator.doHealthCheck
(Health.Builder builder) -
Uses of Health in org.springframework.boot.actuate.r2dbc
Methods in org.springframework.boot.actuate.r2dbc that return types with arguments of type HealthModifier and TypeMethodDescriptionprotected final reactor.core.publisher.Mono<Health>
ConnectionFactoryHealthIndicator.doHealthCheck
(Health.Builder builder)