Class IndicatedHealthDescriptor

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

public final class IndicatedHealthDescriptor extends HealthDescriptor
Description of health obtained from a HealthIndicator or ReactiveHealthIndicator.
Since:
4.0.0
  • Method Details

    • getStatus

      public org.springframework.boot.health.contributor.Status getStatus()
      Description copied from class: HealthDescriptor
      Return the status of the component.
      Specified by:
      getStatus in class HealthDescriptor
      Returns:
      the component status
    • getDetails

      public Map<String,Object> getDetails()