Class CompositeHealthDescriptor

java.lang.Object
org.springframework.boot.health.actuate.endpoint.HealthDescriptor
org.springframework.boot.health.actuate.endpoint.CompositeHealthDescriptor
All Implemented Interfaces:
OperationResponseBody
Direct Known Subclasses:
SystemHealthDescriptor

public sealed class CompositeHealthDescriptor extends HealthDescriptor permits SystemHealthDescriptor
Description of health that is composed of other health descriptors.
Since:
4.0.0
Author:
Phillip Webb