Uses of Class
io.camunda.zeebe.util.health.HealthReport
Packages that use HealthReport
-
Uses of HealthReport in io.camunda.zeebe.util.health
Methods in io.camunda.zeebe.util.health that return HealthReportModifier and TypeMethodDescriptionHealthIssue.cause()Returns the value of thecauserecord component.HealthMonitorable.getHealthReport()Used by a HealthMonitor to get the health status of this component, typically invoked periodically.static HealthReportHealthReport.healthy(HealthMonitorable component) static HealthReportHealthReport.HealthReportBuilder.withIssue(HealthIssue issue) HealthReport.HealthReportBuilder.withIssue(HealthReport cause) HealthReport.HealthReportBuilder.withMessage(String message) Methods in io.camunda.zeebe.util.health with parameters of type HealthReportModifier and TypeMethodDescriptionstatic HealthIssueHealthIssue.of(HealthReport cause) voidFailureListener.onFailure(HealthReport report) Invoked when the health status becomes unhealthy.voidFailureListener.onUnrecoverableFailure(HealthReport report) Invoked when the health status becomes dead and the system can't become healthy again without external intervention.HealthReport.HealthReportBuilder.withIssue(HealthReport cause) Constructors in io.camunda.zeebe.util.health with parameters of type HealthReportModifierConstructorDescriptionHealthIssue(String message, Throwable throwable, HealthReport cause) Creates an instance of aHealthIssuerecord class.