public class RouteHealthCheck extends AbstractHealthCheck
HealthCheck for a given route.| Constructor and Description |
|---|
RouteHealthCheck(org.apache.camel.Route route) |
RouteHealthCheck(org.apache.camel.Route route,
String id) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCall(org.apache.camel.health.HealthCheckResultBuilder builder,
Map<String,Object> options)
Invoke the health check.
|
protected void |
doCallCheck(org.apache.camel.health.HealthCheckResultBuilder builder,
Map<String,Object> options)
Additional checks
|
boolean |
isLiveness() |
addMetaData, call, call, equals, getCamelContext, getConfiguration, getGroup, getId, getMetaData, hashCode, setCamelContext, setConfigurationpublic RouteHealthCheck(org.apache.camel.Route route)
public RouteHealthCheck(org.apache.camel.Route route,
String id)
public boolean isLiveness()
protected void doCall(org.apache.camel.health.HealthCheckResultBuilder builder,
Map<String,Object> options)
AbstractHealthCheckdoCall in class AbstractHealthCheckHealthCheck#call(Map)}Apache Camel