Package io.nflow.engine.exception
Class StateProcessExceptionHandling
- java.lang.Object
-
- io.nflow.engine.exception.ExceptionHandling
-
- io.nflow.engine.exception.StateProcessExceptionHandling
-
public class StateProcessExceptionHandling extends ExceptionHandling
Controls how an exception thrown by a state method should be handled by the workflow state processor.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStateProcessExceptionHandling.BuilderBuilder for exception handling settings.
-
Field Summary
Fields Modifier and Type Field Description booleanisRetryableTrue when the state method processing should be retried.-
Fields inherited from class io.nflow.engine.exception.ExceptionHandling
logLevel, logStackTrace
-
-