@FunctionalInterface public interface PerformanceCounterEvaluator<T extends ManagedPerformanceCounterMBean>
| Modifier and Type | Method and Description |
|---|---|
void |
test(T counter,
HealthCheckResultBuilder builder,
Map<String,Object> options)
Check the given performance counter.
|
Apache Camel