Package io.nflow.engine.exception
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDispatcherExceptionHandling.BuilderBuilder for exception handling settings.
-
Field Summary
Fields Modifier and Type Field Description booleanlogTrue when dispatcher should log the exception.booleanrandomizeSleepTrue when the sleep time should be randomized.booleansleepTrue when dispatcher should sleep a while after exception.-
Fields inherited from class io.nflow.engine.exception.ExceptionHandling
logLevel, logStackTrace
-
-