Package io.camunda.zeebe.util.health
Class HealthReport
java.lang.Object
io.camunda.zeebe.util.health.HealthReport
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondead(HealthMonitorable component) booleangetIssue()inthashCode()static HealthReporthealthy(HealthMonitorable component) booleanisDead()booleanbooleanbooleantoString()unhealthy(HealthMonitorable component) static HealthReport
-
Method Details
-
unknown
-
healthy
-
unhealthy
-
dead
-
isHealthy
public boolean isHealthy() -
isNotHealthy
public boolean isNotHealthy() -
isUnhealthy
public boolean isUnhealthy() -
isDead
public boolean isDead() -
getComponentName
-
getStatus
-
getIssue
-
hashCode
public int hashCode() -
equals
-
toString
-