Uses of Class
org.apache.camel.health.HealthCheckResultBuilder
Packages that use HealthCheckResultBuilder
Package
Description
Health check API for readiness and liveness monitoring of the CamelContext, routes, and components.
-
Uses of HealthCheckResultBuilder in org.apache.camel.health
Methods in org.apache.camel.health that return HealthCheckResultBuilderModifier and TypeMethodDescriptionSets a detail key/value pair for the health check result.Sets multiple detail key/value pairs for the health check result.HealthCheckResultBuilder.down()Marks the health check as DOWN.Sets the error associated with the health check result.Sets the message for the health check result.static HealthCheckResultBuilderHealthCheckResultBuilder.on(HealthCheck check) Creates a new builder for the given health check.HealthCheckResultBuilder.state(HealthCheck.State state) Sets the state for the health check result.HealthCheckResultBuilder.unknown()Marks the health check as UNKNOWN.HealthCheckResultBuilder.up()Marks the health check as UP.Methods in org.apache.camel.health with parameters of type HealthCheckResultBuilderModifier and TypeMethodDescriptionvoidHealthCheckResultStrategy.processResult(HealthCheck check, Map<String, Object> options, HealthCheckResultBuilder builder) Processes and allows manipulation of the result from theHealthCheckinvocation.