Uses of Class
org.springframework.boot.health.contributor.Health
Packages that use Health
Package
Description
Health integration for Cassandra.
Health integration for Couchbase.
Elasticsearch health integration using Spring Data Elasticsearch.
Redis health integration using Spring Data Redis.
Actuator endpoint for health.
Classes related to contributing health information about an application.
MongoDB health integration using Spring Data MongoDB.
Health integration for Neo4j.
Health integration for R2DBC.
-
Uses of Health in org.springframework.boot.cassandra.health
Methods in org.springframework.boot.cassandra.health 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.couchbase.health
Methods in org.springframework.boot.couchbase.health 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.data.elasticsearch.health
Methods in org.springframework.boot.data.elasticsearch.health that return types with arguments of type HealthModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health> DataElasticsearchReactiveHealthIndicator.doHealthCheck(Health.Builder builder) -
Uses of Health in org.springframework.boot.data.redis.health
Methods in org.springframework.boot.data.redis.health that return types with arguments of type HealthModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Health> DataRedisReactiveHealthIndicator.doHealthCheck(Health.Builder builder) -
Uses of Health in org.springframework.boot.health.actuate.endpoint
Subclasses with type arguments of type Health in org.springframework.boot.health.actuate.endpointModifier and TypeClassDescriptionclass@Endpointto expose application health information.class@EndpointWebExtensionfor theHealthEndpoint.classReactive@EndpointWebExtensionfor theHealthEndpoint. -
Uses of Health in org.springframework.boot.health.contributor
Methods in org.springframework.boot.health.contributor that return HealthModifier and TypeMethodDescriptionHealth.Builder.build()Create a newHealthinstance with the previously specified code and details.final HealthAbstractHealthIndicator.health()@Nullable HealthHealthIndicator.health()Return an indication of health.default @Nullable HealthHealthIndicator.health(boolean includeDetails) Return an indication of health.Methods in org.springframework.boot.health.contributor 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.final reactor.core.publisher.Mono<Health> AbstractReactiveHealthIndicator.health()reactor.core.publisher.Mono<Health> ReactiveHealthIndicator.health()Provide the indicator of health.default reactor.core.publisher.Mono<Health> ReactiveHealthIndicator.health(boolean includeDetails) Provide the indicator of health. -
Uses of Health in org.springframework.boot.mongodb.health
Methods in org.springframework.boot.mongodb.health 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.neo4j.health
Methods in org.springframework.boot.neo4j.health 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.r2dbc.health
Methods in org.springframework.boot.r2dbc.health that return types with arguments of type HealthModifier and TypeMethodDescriptionprotected final reactor.core.publisher.Mono<Health> ConnectionFactoryHealthIndicator.doHealthCheck(Health.Builder builder)