Class CompositeHealth

java.lang.Object
org.springframework.boot.actuate.health.HealthComponent
org.springframework.boot.actuate.health.CompositeHealth
Direct Known Subclasses:
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.
Since:
2.2.0
Author:
Phillip Webb