类 CompositeHealth

java.lang.Object
org.springframework.boot.actuate.health.HealthComponent
org.springframework.boot.actuate.health.CompositeHealth
所有已实现的接口:
OperationResponseBody
直接已知子类:
SystemHealth

public class CompositeHealth extends HealthComponent
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