CompositeHealthContributor を推奨 @DeprecatedSE public class CompositeHealthIndicator extends ObjectSE implements HealthIndicator
HealthIndicator。| コンストラクターと説明 |
|---|
CompositeHealthIndicator(HealthAggregator healthAggregator, HealthIndicatorRegistry registry) 使用すべきではありません。 指定された registry のインジケーターから新しい CompositeHealthIndicator を作成します。 |
CompositeHealthIndicator(HealthAggregator healthAggregator, MapSE<StringSE, HealthIndicator> indicators) 使用すべきではありません。 指定されたインジケーターから新しい CompositeHealthIndicator を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
HealthIndicatorRegistry | getRegistry() 使用すべきではありません。 このインスタンスの HealthIndicatorRegistry を返します。 |
Health | health() 使用すべきではありません。 ヘルス状態の表示を返します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEgetHealthpublic CompositeHealthIndicator(HealthAggregator healthAggregator, MapSE<StringSE,HealthIndicator> indicators)
CompositeHealthIndicator を作成します。healthAggregator - ヘルスアグリゲーター indicators - 標識名として使用されるキーを持つ HealthIndicators のマップ。public CompositeHealthIndicator(HealthAggregator healthAggregator, HealthIndicatorRegistry registry)
registry のインジケーターから新しい CompositeHealthIndicator を作成します。healthAggregator - ヘルスアグリゲーター registry - HealthIndicators のレジストリ。public HealthIndicatorRegistry getRegistry()
HealthIndicatorRegistry を返します。health indicators のレジストリ public Health health()
HealthIndicatorHealthIndicator の health Copyright © 2019 Pivotal Software, Inc.. All rights reserved.