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.Methods in io.camunda.zeebe.util.health with parameters of type HealthMonitorableModifier and TypeMethodDescriptionHealthReport.dead(HealthMonitorable component) static HealthReportHealthReport.healthy(HealthMonitorable component) voidHealthMonitor.registerComponent(String componentName, HealthMonitorable component) Register the component to be monitoredHealthReport.unhealthy(HealthMonitorable component)