| パッケージ | 説明 |
|---|---|
| org.springframework.boot.actuate.health | アクチュエーターヘルスインジケータとエンドポイント。 |
| 修飾子と型 | インターフェースと説明 |
|---|---|
interface | CompositeHealthContributor 他の HealthContributor インスタンスで構成される HealthContributor。 |
interface | CompositeReactiveHealthContributor 他の ReactiveHealthContributor インスタンスで構成される ReactiveHealthContributor。 |
interface | ContributorRegistry<C> ヘルスエンドポイントコントリビューター( HealthContributor または ReactiveHealthContributor)の可変レジストリ。 |
interface | HealthContributorRegistry |
interface | ReactiveHealthContributorRegistry |
| 修飾子と型 | クラスと説明 |
|---|---|
class | DefaultHealthContributorRegistry デフォルトの HealthContributorRegistry 実装。 |
class | DefaultReactiveHealthContributorRegistry デフォルトの ReactiveHealthContributorRegistry 実装。 |