CompositeReactiveHealthContributor を推奨 @DeprecatedSE public class CompositeReactiveHealthIndicator extends ObjectSE implements ReactiveHealthIndicator
ReactiveHealthIndicator。構成可能なタイムアウトに達するデリゲートに代替 Health を提供します。| コンストラクターと説明 |
|---|
CompositeReactiveHealthIndicator(HealthAggregator healthAggregator, ReactiveHealthIndicatorRegistry registry) 使用すべきではありません。 指定された registry のインジケーターから新しい CompositeReactiveHealthIndicator を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
reactor.core.publisher.Mono<Health> | health() 使用すべきではありません。 ヘルスの指標を提供します。 |
CompositeReactiveHealthIndicator | timeoutStrategy(long timeout, Health timeoutHealth) 使用すべきではありません。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEgetHealthadaptpublic CompositeReactiveHealthIndicator(HealthAggregator healthAggregator, ReactiveHealthIndicatorRegistry registry)
registry のインジケーターから新しい CompositeReactiveHealthIndicator を作成します。healthAggregator - ヘルスアグリゲーター registry - HealthIndicators のレジストリ。public CompositeReactiveHealthIndicator timeoutStrategy(long timeout, Health timeoutHealth)
timeout - timeoutHealth を使用する前に待機するミリ秒数 timeoutHealth - ヘルスインジケーターが timeout に達した場合に使用する Health public reactor.core.publisher.Mono<Health> health()
ReactiveHealthIndicatorReactiveHealthIndicator 内の health Health を提供する Mono Copyright © 2019 Pivotal Software, Inc.. All rights reserved.