クラス DataElasticsearchReactiveHealthIndicator
java.lang.ObjectSE
org.springframework.boot.health.contributor.AbstractReactiveHealthIndicator
org.springframework.boot.data.elasticsearch.health.DataElasticsearchReactiveHealthIndicator
- 実装されているすべてのインターフェース:
ReactiveHealthContributor, ReactiveHealthIndicator
ReactiveElasticsearchClient を使用する Elasticsearch クラスターの HealthIndicator。- 導入:
- 4.0.0
- 作成者:
- Brian Clozel, Aleksander Lech, Scott Frederick
コンストラクターの概要
コンストラクターコンストラクター説明DataElasticsearchReactiveHealthIndicator(org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient client) 方法の概要
修飾子と型メソッド説明protected reactor.core.publisher.Mono<Health> doHealthCheck(Health.Builder builder) 実際のヘルスチェックロジック。クラス AbstractReactiveHealthIndicator から継承されたメソッド
healthクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ReactiveHealthIndicator から継承されたメソッド
asHealthContributor, health
コンストラクターの詳細
DataElasticsearchReactiveHealthIndicator
public DataElasticsearchReactiveHealthIndicator(org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient client)
メソッドの詳細
doHealthCheck
クラスからコピーされた説明:AbstractReactiveHealthIndicator実際のヘルスチェックロジック。パイプラインでエラーが発生した場合は、自動的に処理されます。- 次で指定:
- クラス
AbstractReactiveHealthIndicatorのdoHealthCheck - パラメーター:
builder-Health.Builderを使用して、ヘルスステータスと詳細を報告する- 戻り値:
Healthを提供するMono