public class ConsumerHealthCheck extends RouteHealthCheck
HealthCheck for a given consumer.| Constructor and Description |
|---|
ConsumerHealthCheck(org.apache.camel.Route route,
String id) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCallCheck(org.apache.camel.health.HealthCheckResultBuilder builder,
Map<String,Object> options)
Additional checks
|
doCall, isLivenessaddMetaData, call, call, equals, getCamelContext, getConfiguration, getGroup, getId, getMetaData, hashCode, setCamelContext, setConfigurationpublic ConsumerHealthCheck(org.apache.camel.Route route,
String id)
protected void doCallCheck(org.apache.camel.health.HealthCheckResultBuilder builder,
Map<String,Object> options)
RouteHealthCheckdoCallCheck in class RouteHealthCheckApache Camel