Uses of Interface
org.springframework.boot.actuate.health.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
Modifier and TypeClassDescriptionclass
Base class for health contributor configurations that can combine source beans into a composite. -
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.cassandra
Modifier and TypeClassDescriptionclass
Simple implementation of aReactiveHealthIndicator
returning status information for Cassandra data stores. -
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.couchbase
-
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.data.elasticsearch
Modifier and TypeClassDescriptionclass
HealthIndicator
for an Elasticsearch cluster using aReactiveElasticsearchClient
. -
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.data.mongo
-
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.data.redis
-
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.health
Modifier and TypeClassDescriptionclass
BaseReactiveHealthIndicator
implementations that encapsulates creation ofHealth
instance and error handling. -
Uses of ReactiveHealthIndicator 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 ReactiveHealthIndicator in org.springframework.boot.actuate.r2dbc