Class DispatcherExceptionHandling


  • public class DispatcherExceptionHandling
    extends ExceptionHandling
    Controls how an exception should be handled by the dispatcher.
    • Field Detail

      • log

        public final boolean log
        True when dispatcher should log the exception.
      • sleep

        public final boolean sleep
        True when dispatcher should sleep a while after exception.
      • randomizeSleep

        public final boolean randomizeSleep
        True when the sleep time should be randomized.