Class ExceptionFailureStatistics
- java.lang.Object
-
- org.apache.camel.processor.loadbalancer.ExceptionFailureStatistics
-
public class ExceptionFailureStatistics extends Object
Statistics about exception failures for load balancers that reacts on exceptions
-
-
Constructor Summary
Constructors Constructor Description ExceptionFailureStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Class<?>>getExceptions()longgetFailureCounter(Class<?> exception)voidinit(List<Class<?>> exceptions)voidonHandledFailure(Exception exception)voidreset()
-