Class HealthCheckHelper


  • public final class HealthCheckHelper
    extends Object
    Helper for invoking HealthCheck's. The helper will look up the HealthCheckRegistry from CamelContext and gather all the registered HealthChecks and invoke them and gather their results. The helper allows filtering out unwanted health checks using Predicate or to invoke only readiness or liveness checks.