public class RouteHealthCheck extends AbstractHealthCheck
CHECK_ENABLED, CHECK_GROUP, CHECK_ID, FAILURE_COUNT, INVOCATION_ATTEMPT_TIME, INVOCATION_COUNT, INVOCATION_TIME| Constructor and Description |
|---|
RouteHealthCheck(org.apache.camel.Route route) |
RouteHealthCheck(org.apache.camel.Route route,
Collection<PerformanceCounterEvaluator<org.apache.camel.api.management.mbean.ManagedRouteMBean>> evaluators) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCall(org.apache.camel.health.HealthCheckResultBuilder builder,
Map<String,Object> options)
Invoke the health check.
|
addMetaData, call, call, equals, getConfiguration, getGroup, getId, getMetaData, hashCode, setConfigurationpublic RouteHealthCheck(org.apache.camel.Route route)
public RouteHealthCheck(org.apache.camel.Route route,
Collection<PerformanceCounterEvaluator<org.apache.camel.api.management.mbean.ManagedRouteMBean>> evaluators)
protected void doCall(org.apache.camel.health.HealthCheckResultBuilder builder,
Map<String,Object> options)
AbstractHealthCheckdoCall in class AbstractHealthCheckHealthCheck#call(Map)}Apache Camel