ReactiveHealthContributor.adapt(HealthContributor) を推奨 @DeprecatedSE public class HealthIndicatorReactiveAdapter extends ObjectSE implements ReactiveHealthIndicator
HealthIndicator を ReactiveHealthIndicator に適合させて、リアクティブ環境で安全に呼び出すことができるようにします。ReactiveHealthContributor.adapt(HealthContributor)| コンストラクターと説明 |
|---|
HealthIndicatorReactiveAdapter(HealthIndicator delegate) 使用すべきではありません。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
reactor.core.publisher.Mono<Health> | health() 使用すべきではありません。 ヘルスの指標を提供します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEgetHealthadaptpublic HealthIndicatorReactiveAdapter(HealthIndicator delegate)
public reactor.core.publisher.Mono<Health> health()
ReactiveHealthIndicatorReactiveHealthIndicator 内の health Health を提供する Mono Copyright © 2019 Pivotal Software, Inc.. All rights reserved.