Interface HealthCheckResponse


public interface HealthCheckResponse
Health check response.
  • Method Details

    • builder

      static HealthCheckResponse.Builder builder()
      A new response builder.
      Returns:
      a new builder
    • status

      Status of this health check.
      Returns:
      status
    • details

      Map<String,Object> details()
      Details of this health check. This information will be transferred over the network when details are printed!
      Returns:
      details of this health check