类 CompositeHealth
java.lang.Object
org.springframework.boot.actuate.health.HealthComponent
org.springframework.boot.actuate.health.CompositeHealth
- 所有已实现的接口:
OperationResponseBody
- 直接已知子类:
SystemHealth
A
HealthComponent
that is composed of other HealthComponent
instances.
Used to provide a unified view of related components. For example, a database health
indicator may be a composite containing the Health
of each datasource
connection.- 从以下版本开始:
- 2.2.0
- 作者:
- Phillip Webb
-
方法概要
修饰符和类型方法说明Return the status of the component.
-
方法详细资料
-
getStatus
从类复制的说明:HealthComponent
Return the status of the component.- 指定者:
getStatus
在类中HealthComponent
- 返回:
- the component status
-
getComponents
-
getDetails
-