Uses of Class
org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
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 support for Neo4j.
Actuator support for R2DBC.
-
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.data.elasticsearch
Modifier and TypeClassDescriptionclass
HealthIndicator
for an Elasticsearch cluster using aReactiveElasticsearchClient
. -
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.actuate.data.mongo
-
Uses of AbstractReactiveHealthIndicator in org.springframework.boot.actuate.data.redis
-
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