Package org.apache.camel.health
@NullMarked
package org.apache.camel.health
Health check API for readiness and liveness monitoring of the CamelContext, routes, and components.
- Since:
- 4.21
-
ClassDescriptionAn interface to represent an object which provides
HealthCheckHealth checkResponse to a health check invocation.An interface to represent an object which wishes to be injected with theHealthCheckHelper for invokingHealthCheck's.A registry for health checks.A repository for health checks.A pluggable strategy for resolving health checks in a loosely coupled mannerA builder helper to create aHealthCheckresult.A strategy that allows SPI to processHealthCheckresults and enrich and manipulate the result.AHealthCheckRepositorythat supports adding and removing health checks at runtime.