Class DispatcherExceptionHandling

java.lang.Object
io.nflow.engine.exception.ExceptionHandling
io.nflow.engine.exception.DispatcherExceptionHandling

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

    • 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.