インターフェースの使用
org.springframework.boot.health.contributor.ReactiveHealthIndicator
ReactiveHealthIndicator を使用するパッケージ
パッケージ
説明
Cassandra のヘルス統合。
Couchbase のヘルス統合。
Spring Data、Elasticsearch を使用した Elasticsearch ヘルス統合。
Spring Data、Redis を使用した Redis ヘルス統合。
ヘルスコントリビューター向けの自動構成。
アプリケーションに関する正常性情報の提供に関連するクラス。
Spring Data MongoDB を使用した MongoDB ヘルス統合。
Neo4j のヘルス統合。
R2DBC のヘルス統合。
org.springframework.boot.cassandra.health 内の ReactiveHealthIndicator 使用
org.springframework.boot.couchbase.health 内の ReactiveHealthIndicator 使用
org.springframework.boot.data.elasticsearch.health 内の ReactiveHealthIndicator 使用
org.springframework.boot.data.redis.health 内の ReactiveHealthIndicator 使用
org.springframework.boot.health.autoconfigure.contributor 内の ReactiveHealthIndicator 使用
修飾子と型クラス説明classソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。org.springframework.boot.health.contributor 内の ReactiveHealthIndicator 使用
org.springframework.boot.mongodb.health 内の ReactiveHealthIndicator 使用
org.springframework.boot.neo4j.health 内の ReactiveHealthIndicator 使用
修飾子と型クラス説明final classCypher ステートメントを実行し、サーバーとデータベースの情報を抽出することにより、Neo4j のステータスをテストするReactiveHealthIndicator。org.springframework.boot.r2dbc.health 内の ReactiveHealthIndicator 使用