Uses of Interface
org.springframework.boot.actuate.health.ReactiveHealthIndicator
Packages that use ReactiveHealthIndicator
Package
Description
Auto-configuration for actuator health concerns.
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 ReactiveHealthIndicator in org.springframework.boot.actuate.autoconfigure.health
Classes in org.springframework.boot.actuate.autoconfigure.health with type parameters of type ReactiveHealthIndicatorModifier and TypeClassDescriptionclassBase class for health contributor configurations that can combine source beans into a composite. -
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.cassandra
Classes in org.springframework.boot.actuate.cassandra that implement ReactiveHealthIndicatorModifier and TypeClassDescriptionclassSimple implementation of aReactiveHealthIndicatorreturning status information for Cassandra data stores. -
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.couchbase
Classes in org.springframework.boot.actuate.couchbase that implement ReactiveHealthIndicator -
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.data.elasticsearch
Classes in org.springframework.boot.actuate.data.elasticsearch that implement ReactiveHealthIndicatorModifier and TypeClassDescriptionclassHealthIndicatorfor an Elasticsearch cluster using aReactiveElasticsearchClient. -
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.data.mongo
Classes in org.springframework.boot.actuate.data.mongo that implement ReactiveHealthIndicator -
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.data.redis
Classes in org.springframework.boot.actuate.data.redis that implement ReactiveHealthIndicator -
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.health
Classes in org.springframework.boot.actuate.health that implement ReactiveHealthIndicatorModifier and TypeClassDescriptionclassBaseReactiveHealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling. -
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.neo4j
Classes in org.springframework.boot.actuate.neo4j that implement ReactiveHealthIndicatorModifier and TypeClassDescriptionfinal classReactiveHealthIndicatorthat tests the status of a Neo4j by executing a Cypher statement and extracting server and database information. -
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.r2dbc
Classes in org.springframework.boot.actuate.r2dbc that implement ReactiveHealthIndicator