Uses of Class
org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
Package
Description
Actuator support for Cassandra.
Actuator support for Couchbase.
Actuator support for Elasticsearch.
Actuator support for Mongo.
Actuator support for Neo4j.
Actuator support for R2DBC.
Actuator support for Redis.
-
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.actuate.cassandra
Modifier and TypeClassDescriptionclass
Simple implementation of aReactiveHealthIndicator
returning status information for Cassandra data stores. -
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.actuate.couchbase
-
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.actuate.elasticsearch
Modifier and TypeClassDescriptionclass
HealthIndicator
for an Elasticsearch cluster using aReactiveElasticsearchClient
. -
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.actuate.mongo
-
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.actuate.neo4j
Modifier and TypeClassDescriptionfinal class
ReactiveHealthIndicator
that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information. -
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.actuate.r2dbc
-
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.actuate.redis