Uses of Interface
io.camunda.zeebe.util.health.HealthMonitorable
Packages that use HealthMonitorable
-
Uses of HealthMonitorable in io.camunda.zeebe.util.health
Subinterfaces of HealthMonitorable in io.camunda.zeebe.util.healthModifier and TypeInterfaceDescriptioninterfaceA HealthMonitor keeps tracks of all components it should monitor and calculates aggregate health status.Classes in io.camunda.zeebe.util.health that implement HealthMonitorableModifier and TypeClassDescriptionclassHealthy only if all components are healthyMethods in io.camunda.zeebe.util.health with parameters of type HealthMonitorableModifier and TypeMethodDescriptionHealthReport.dead(HealthMonitorable component) static HealthReportHealthReport.healthy(HealthMonitorable component) voidCriticalComponentsHealthMonitor.registerComponent(String componentName, HealthMonitorable component) voidHealthMonitor.registerComponent(String componentName, HealthMonitorable component) Register the component to be monitoredHealthReport.unhealthy(HealthMonitorable component)