Class IndicatedHealthDescriptor

java.lang.Object
org.springframework.boot.health.actuate.endpoint.HealthDescriptor
org.springframework.boot.health.actuate.endpoint.IndicatedHealthDescriptor
All Implemented Interfaces:
OperationResponseBody

public final class IndicatedHealthDescriptor extends HealthDescriptor
Description of health obtained from a HealthIndicator or ReactiveHealthIndicator.
Since:
4.0.0
Author:
Phillip Webb