@DeprecatedSE public class CompositeReactiveHealthIndicatorFactory extends ObjectSE
CompositeReactiveHealthIndicator を作成するファクトリ。| コンストラクターと説明 |
|---|
CompositeReactiveHealthIndicatorFactory() 使用すべきではありません。 |
CompositeReactiveHealthIndicatorFactory(FunctionSE<StringSE, StringSE> healthIndicatorNameFactory) 使用すべきではありません。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
CompositeReactiveHealthIndicator | createReactiveHealthIndicator(HealthAggregator healthAggregator, MapSE<StringSE, ReactiveHealthIndicator> reactiveHealthIndicators, MapSE<StringSE, HealthIndicator> healthIndicators) 使用すべきではありません。 指定されたヘルスインジケータに基づいて CompositeReactiveHealthIndicator を作成します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic CompositeReactiveHealthIndicatorFactory(FunctionSE<StringSE,StringSE> healthIndicatorNameFactory)
public CompositeReactiveHealthIndicatorFactory()
public CompositeReactiveHealthIndicator createReactiveHealthIndicator(HealthAggregator healthAggregator, MapSE<StringSE,ReactiveHealthIndicator> reactiveHealthIndicators, MapSE<StringSE,HealthIndicator> healthIndicators)
CompositeReactiveHealthIndicator を作成します。各 HealthIndicator は HealthIndicatorReactiveAdapter にラップされます。2 つのインスタンスが同じ名前を共有している場合、リアクティブバリアントが優先されます。healthAggregator - HealthAggregatorreactiveHealthIndicators - 名前でマップされた ReactiveHealthIndicator インスタンス healthIndicators - 名前でマップされた HealthIndicator インスタンス(存在する場合)。reactiveHealthIndicators に委譲する ReactiveHealthIndicatorCopyright © 2019 Pivotal Software, Inc.. All rights reserved.