DefaultContributorRegistry を推奨 @DeprecatedSE public class DefaultReactiveHealthIndicatorRegistry extends ObjectSE implements ReactiveHealthIndicatorRegistry
ReactiveHealthIndicatorRegistry のデフォルト実装。| コンストラクターと説明 |
|---|
DefaultReactiveHealthIndicatorRegistry() 使用すべきではありません。 新しい DefaultReactiveHealthIndicatorRegistry を作成します。 |
DefaultReactiveHealthIndicatorRegistry(MapSE<StringSE, ReactiveHealthIndicator> healthIndicators) 使用すべきではありません。 指定されたインジケーターから新しい DefaultReactiveHealthIndicatorRegistry を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReactiveHealthIndicator | get(StringSE name) 使用すべきではありません。 指定された name に登録された ReactiveHealthIndicator を返します。 |
MapSE<StringSE, ReactiveHealthIndicator> | getAll() 使用すべきではありません。 登録済みのヘルスインジケータとその名前のスナップショットを返します。 |
void | register(StringSE name, ReactiveHealthIndicator healthIndicator) 使用すべきではありません。 指定された ReactiveHealthIndicator を登録し、指定された name に関連付けます。 |
ReactiveHealthIndicator | unregister(StringSE name) 使用すべきではありません。 指定された name で以前に登録された ReactiveHealthIndicator の登録を解除します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic DefaultReactiveHealthIndicatorRegistry()
DefaultReactiveHealthIndicatorRegistry を作成します。public DefaultReactiveHealthIndicatorRegistry(MapSE<StringSE,ReactiveHealthIndicator> healthIndicators)
DefaultReactiveHealthIndicatorRegistry を作成します。healthIndicators - インジケーター名として使用されるキーを持つ HealthIndicator のマップ。public void register(StringSE name, ReactiveHealthIndicator healthIndicator)
ReactiveHealthIndicatorRegistryReactiveHealthIndicator を登録し、指定された name に関連付けます。ReactiveHealthIndicatorRegistry 内の register name - インジケーターの名前 healthIndicator - インジケータ public ReactiveHealthIndicator unregister(StringSE name)
ReactiveHealthIndicatorRegistryname で以前に登録された ReactiveHealthIndicator の登録を解除します。ReactiveHealthIndicatorRegistry 内の unregister name - インジケーターの名前 name のレジストリにインジケータが見つからなかった場合は null public ReactiveHealthIndicator get(StringSE name)
ReactiveHealthIndicatorRegistryname に登録された ReactiveHealthIndicator を返します。ReactiveHealthIndicatorRegistry 内の get name - インジケーターの名前 name にインジケータが登録されていない場合は null public MapSE<StringSE,ReactiveHealthIndicator> getAll()
ReactiveHealthIndicatorRegistryReactiveHealthIndicatorRegistry 内の getAll Copyright © 2019 Pivotal Software, Inc.. All rights reserved.