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 TypeClassDescriptionclass
Base 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 TypeClassDescriptionclass
Simple implementation of aReactiveHealthIndicator
returning 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 TypeClassDescriptionclass
HealthIndicator
for 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 TypeClassDescriptionclass
BaseReactiveHealthIndicator
implementations that encapsulates creation ofHealth
instance and error handling. -
Uses of ReactiveHealthIndicator in org.springframework.boot.actuate.neo4j
Classes in org.springframework.boot.actuate.neo4j that implement ReactiveHealthIndicatorModifier 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
Classes in org.springframework.boot.actuate.r2dbc that implement ReactiveHealthIndicator