Uses of Class
io.nflow.engine.exception.DispatcherExceptionHandling.Builder
-
Packages that use DispatcherExceptionHandling.Builder Package Description io.nflow.engine.exception -
-
Uses of DispatcherExceptionHandling.Builder in io.nflow.engine.exception
Methods in io.nflow.engine.exception that return DispatcherExceptionHandling.Builder Modifier and Type Method Description DispatcherExceptionHandling.BuilderDispatcherExceptionHandling.Builder. getThis()Return this.DispatcherExceptionHandling.BuilderDispatcherExceptionHandling.Builder. setLog(boolean log)Set if dispatcher should log the exception or not.DispatcherExceptionHandling.BuilderDispatcherExceptionHandling.Builder. setRandomizeSleep(boolean randomizeSleep)Set if sleep time should be randomized or not.DispatcherExceptionHandling.BuilderDispatcherExceptionHandling.Builder. setSleep(boolean sleep)Set if dispatcher should sleep a while after exception or not.
-