Uses of Interface
org.apache.camel.health.HealthCheck.Result
Packages that use HealthCheck.Result
-
Uses of HealthCheck.Result in org.apache.camel.health
Methods in org.apache.camel.health that return HealthCheck.ResultModifier and TypeMethodDescriptionHealthCheckResultBuilder.build()default HealthCheck.ResultHealthCheck.call()Invoke the check.Invoke the check.default HealthCheck.ResultHealthCheck.callLiveness()Invoke the check as liveness check.default HealthCheck.ResultHealthCheck.callReadiness()Invoke the check as readiness check.Methods in org.apache.camel.health that return types with arguments of type HealthCheck.ResultModifier and TypeMethodDescriptionstatic Collection<HealthCheck.Result> HealthCheckHelper.invoke(CamelContext camelContext) Invokes all the checks and returns a collection of results.static Collection<HealthCheck.Result> HealthCheckHelper.invoke(CamelContext camelContext, String exposureLevel) Invokes all the checks and returns a collection of results.static Optional<HealthCheck.Result> Invoke a check by id.static Collection<HealthCheck.Result> HealthCheckHelper.invoke(CamelContext camelContext, Function<HealthCheck, Map<String, Object>> optionsSupplier) Invokes the checks and returns a collection of results.static Collection<HealthCheck.Result> HealthCheckHelper.invoke(CamelContext camelContext, Function<HealthCheck, Map<String, Object>> optionsSupplier, Predicate<HealthCheck> filter, String exposureLevel) Invokes the checks and returns a collection of results.static Collection<HealthCheck.Result> HealthCheckHelper.invoke(CamelContext camelContext, Predicate<HealthCheck> filter) Invokes the checks and returns a collection of results.static Collection<HealthCheck.Result> HealthCheckHelper.invokeLiveness(CamelContext camelContext) Invokes the liveness checks and returns a collection of results.static Collection<HealthCheck.Result> HealthCheckHelper.invokeLiveness(CamelContext camelContext, String exposureLevel) Invokes the liveness checks and returns a collection of results.static Collection<HealthCheck.Result> HealthCheckHelper.invokeReadiness(CamelContext camelContext) Invokes the readiness checks and returns a collection of results.static Collection<HealthCheck.Result> HealthCheckHelper.invokeReadiness(CamelContext camelContext, String exposureLevel) Invokes the readiness checks and returns a collection of results.Method parameters in org.apache.camel.health with type arguments of type HealthCheck.ResultModifier and TypeMethodDescriptionstatic booleanHealthCheckHelper.isResultsUp(Collection<HealthCheck.Result> results, boolean readiness) Checks the overall status of the results.