接口的使用
org.springframework.boot.actuate.health.NamedContributors
使用NamedContributors的程序包
-
org.springframework.boot.actuate.health中NamedContributors的使用
修饰符和类型接口说明interface
AHealthContributor
that is composed of otherHealthContributor
instances.interface
AReactiveHealthContributor
that is composed of otherReactiveHealthContributor
instances.interface
A mutable registry of health endpoint contributors (eitherHealthContributor
orReactiveHealthContributor
).interface
interface
修饰符和类型类说明class
DefaultHealthContributorRegistry
implementation.class
DefaultReactiveHealthContributorRegistry
implementation.