Package org.apache.camel.impl.health
Class ConsumerHealthCheck
- java.lang.Object
-
- org.apache.camel.impl.health.AbstractHealthCheck
-
- org.apache.camel.impl.health.RouteHealthCheck
-
- org.apache.camel.impl.health.ConsumerHealthCheck
-
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,org.apache.camel.health.HealthCheck,org.apache.camel.Ordered,org.apache.camel.spi.HasGroup,org.apache.camel.spi.HasId
public class ConsumerHealthCheck extends RouteHealthCheck
HealthCheckfor a given consumer.
-
-
Constructor Summary
Constructors Constructor Description ConsumerHealthCheck(org.apache.camel.Route route, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoCallCheck(org.apache.camel.health.HealthCheckResultBuilder builder, Map<String,Object> options)Additional checks-
Methods inherited from class org.apache.camel.impl.health.RouteHealthCheck
doCall, isLiveness
-
Methods inherited from class org.apache.camel.impl.health.AbstractHealthCheck
addMetaData, call, call, equals, getCamelContext, getConfiguration, getGroup, getId, getMetaData, hashCode, setCamelContext, setConfiguration
-
-
-
-
Constructor Detail
-
ConsumerHealthCheck
public ConsumerHealthCheck(org.apache.camel.Route route, String id)
-
-
Method Detail
-
doCallCheck
protected void doCallCheck(org.apache.camel.health.HealthCheckResultBuilder builder, Map<String,Object> options)Description copied from class:RouteHealthCheckAdditional checks- Overrides:
doCallCheckin classRouteHealthCheck
-
-