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