public static final class RoutePerformanceCounterEvaluators.LastProcessingTime extends Object implements PerformanceCounterEvaluator<ManagedRouteMBean>
| Constructor and Description |
|---|
LastProcessingTime(long timeThreshold,
int failuresThreshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
test(ManagedRouteMBean counter,
HealthCheckResultBuilder builder,
Map<String,Object> options)
Check the given performance counter.
|
public LastProcessingTime(long timeThreshold, int failuresThreshold)
public void test(ManagedRouteMBean counter, HealthCheckResultBuilder builder, Map<String,Object> options)
PerformanceCounterEvaluatortest in interface PerformanceCounterEvaluator<ManagedRouteMBean>Apache Camel