Package io.nflow.engine.exception
Class StateProcessExceptionHandling
java.lang.Object
io.nflow.engine.exception.ExceptionHandling
io.nflow.engine.exception.StateProcessExceptionHandling
Controls how an exception thrown by a state method should be handled by the workflow state processor.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for exception handling settings. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanTrue when the state method processing should be retried.Fields inherited from class io.nflow.engine.exception.ExceptionHandling
logLevel, logStackTrace -
Method Summary
-
Field Details
-
isRetryable
public final boolean isRetryableTrue when the state method processing should be retried.
-