Package io.nflow.engine.exception
Class DispatcherExceptionHandling
java.lang.Object
io.nflow.engine.exception.ExceptionHandling
io.nflow.engine.exception.DispatcherExceptionHandling
Controls how an exception should be handled by the dispatcher.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for exception handling settings. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanTrue when dispatcher should log the exception.final booleanTrue when the sleep time should be randomized.final booleanTrue when dispatcher should sleep a while after exception.Fields inherited from class io.nflow.engine.exception.ExceptionHandling
logLevel, logStackTrace -
Method Summary
-
Field Details
-
log
public final boolean logTrue when dispatcher should log the exception. -
sleep
public final boolean sleepTrue when dispatcher should sleep a while after exception. -
randomizeSleep
public final boolean randomizeSleepTrue when the sleep time should be randomized.
-