パッケージ | 説明 |
---|---|
org.springframework.boot.actuate.health | アクチュエーターヘルスインジケータとエンドポイント。 |
修飾子と型 | クラスと説明 |
---|---|
class | AbstractHealthAggregator サブクラスが Status インスタンスの集約に集中でき、コンテキストの詳細などを処理できないようにするためのベース HealthAggregator 実装。 |
class | OrderedHealthAggregator Health インスタンスを集約し、単純な順序付きリストに基づいて最終的なシステム状態を決定するデフォルトの HealthAggregator 実装。 |
修飾子と型 | メソッドと説明 |
---|---|
CompositeHealthIndicator | CompositeHealthIndicatorFactory.createHealthIndicator(HealthAggregator healthAggregator, MapSE<StringSE, HealthIndicator> healthIndicators) 使用すべきではありません。 指定されたヘルスインジケータに基づいて CompositeHealthIndicator を作成します。 |
CompositeReactiveHealthIndicator | CompositeReactiveHealthIndicatorFactory.createReactiveHealthIndicator(HealthAggregator healthAggregator, MapSE<StringSE, ReactiveHealthIndicator> reactiveHealthIndicators, MapSE<StringSE, HealthIndicator> healthIndicators) 使用すべきではありません。 指定されたヘルスインジケータに基づいて CompositeReactiveHealthIndicator を作成します。 |
コンストラクターと説明 |
---|
CompositeHealthIndicator(HealthAggregator healthAggregator) 使用すべきではありません。 |
CompositeHealthIndicator(HealthAggregator healthAggregator, HealthIndicatorRegistry registry) 指定された registry のインジケーターから新しい CompositeHealthIndicator を作成します。 |
CompositeHealthIndicator(HealthAggregator healthAggregator, MapSE<StringSE, HealthIndicator> indicators) 指定されたインジケーターから新しい CompositeHealthIndicator を作成します。 |
CompositeReactiveHealthIndicator(HealthAggregator healthAggregator) |
CompositeReactiveHealthIndicator(HealthAggregator healthAggregator, MapSE<StringSE, ReactiveHealthIndicator> indicators) |
CompositeReactiveHealthIndicator(HealthAggregator healthAggregator, ReactiveHealthIndicatorRegistry registry) 指定された registry のインジケーターから新しい CompositeReactiveHealthIndicator を作成します。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.