インターフェースの使用
org.springframework.boot.actuate.health.NamedContributors
NamedContributors を使用するパッケージ
org.springframework.boot.actuate.health 内の NamedContributors 使用
org.springframework.boot.actuate.health 内の NamedContributors サブインターフェース修飾子と型インターフェース説明interface
他のHealthContributor
インスタンスで構成されるHealthContributor
。interface
他のReactiveHealthContributor
インスタンスで構成されるReactiveHealthContributor
。interface
ヘルスエンドポイントコントリビューター(HealthContributor
またはReactiveHealthContributor
)の可変レジストリ。interface
interface
NamedContributors を実装している org.springframework.boot.actuate.health のクラス修飾子と型クラス説明class
デフォルトのHealthContributorRegistry
実装。class
デフォルトのReactiveHealthContributorRegistry
実装。