Uses of Class
org.springframework.boot.health.contributor.AbstractReactiveHealthIndicator
Packages that use AbstractReactiveHealthIndicator
Package
Description
Health integration for Cassandra.
Health integration for Couchbase.
Elasticsearch health integration using Spring Data Elasticsearch.
Redis health integration using Spring Data Redis.
MongoDB health integration using Spring Data MongoDB.
Health integration for Neo4j.
Health integration for R2DBC.
-
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.cassandra.health
Subclasses of AbstractReactiveHealthIndicator in org.springframework.boot.cassandra.healthModifier and TypeClassDescriptionclassSimple implementation of aReactiveHealthIndicatorreturning status information for Cassandra data stores. -
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.couchbase.health
Subclasses of AbstractReactiveHealthIndicator in org.springframework.boot.couchbase.health -
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.data.elasticsearch.health
Modifier and TypeClassDescriptionclassHealthIndicatorfor an Elasticsearch cluster using aReactiveElasticsearchClient. -
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.data.redis.health
-
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.mongodb.health
Subclasses of AbstractReactiveHealthIndicator in org.springframework.boot.mongodb.health -
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.neo4j.health
Subclasses of AbstractReactiveHealthIndicator in org.springframework.boot.neo4j.healthModifier and TypeClassDescriptionfinal classReactiveHealthIndicatorthat tests the status of a Neo4j by executing a Cypher statement and extracting server and database information. -
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.r2dbc.health
Subclasses of AbstractReactiveHealthIndicator in org.springframework.boot.r2dbc.health