Class ExceptionFailureStatistics


  • public class ExceptionFailureStatistics
    extends Object
    Statistics about exception failures for load balancers that reacts on exceptions
    • Constructor Detail

      • ExceptionFailureStatistics

        public ExceptionFailureStatistics()
    • Method Detail

      • init

        public void init​(List<Class<?>> exceptions)
      • getFailureCounter

        public long getFailureCounter​(Class<?> exception)
      • onHandledFailure

        public void onHandledFailure​(Exception exception)
      • reset

        public void reset()