Uses of Interface
org.springframework.boot.health.contributor.ReactiveHealthIndicator
Packages that use ReactiveHealthIndicator
Package
Description
Health integration for Cassandra.
Health integration for Couchbase.
Elasticsearch health integration using Spring Data Elasticsearch.
Redis health integration using Spring Data Redis.
Auto-configuration for health contributors.
Classes related to contributing health information about an application.
MongoDB health integration using Spring Data MongoDB.
Health integration for Neo4j.
Health integration for R2DBC.
-
Uses of ReactiveHealthIndicator in org.springframework.boot.cassandra.health
Classes in org.springframework.boot.cassandra.health that implement ReactiveHealthIndicatorModifier and TypeClassDescriptionclassSimple implementation of aReactiveHealthIndicatorreturning status information for Cassandra data stores. -
Uses of ReactiveHealthIndicator in org.springframework.boot.couchbase.health
Classes in org.springframework.boot.couchbase.health that implement ReactiveHealthIndicator -
Uses of ReactiveHealthIndicator in org.springframework.boot.data.elasticsearch.health
Classes in org.springframework.boot.data.elasticsearch.health that implement ReactiveHealthIndicatorModifier and TypeClassDescriptionclassHealthIndicatorfor an Elasticsearch cluster using aReactiveElasticsearchClient. -
Uses of ReactiveHealthIndicator in org.springframework.boot.data.redis.health
Classes in org.springframework.boot.data.redis.health that implement ReactiveHealthIndicator -
Uses of ReactiveHealthIndicator in org.springframework.boot.health.autoconfigure.contributor
Classes in org.springframework.boot.health.autoconfigure.contributor with type parameters of type ReactiveHealthIndicatorModifier and TypeClassDescriptionclassBase class for health contributor configurations that can combine source beans into a composite. -
Uses of ReactiveHealthIndicator in org.springframework.boot.health.contributor
Classes in org.springframework.boot.health.contributor that implement ReactiveHealthIndicatorModifier and TypeClassDescriptionclassBaseReactiveHealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling. -
Uses of ReactiveHealthIndicator in org.springframework.boot.mongodb.health
Classes in org.springframework.boot.mongodb.health that implement ReactiveHealthIndicator -
Uses of ReactiveHealthIndicator in org.springframework.boot.neo4j.health
Classes in org.springframework.boot.neo4j.health that implement ReactiveHealthIndicatorModifier and TypeClassDescriptionfinal classReactiveHealthIndicatorthat tests the status of a Neo4j by executing a Cypher statement and extracting server and database information. -
Uses of ReactiveHealthIndicator in org.springframework.boot.r2dbc.health
Classes in org.springframework.boot.r2dbc.health that implement ReactiveHealthIndicator