Uses of Class
io.nflow.engine.exception.StateProcessExceptionHandling
-
Packages that use StateProcessExceptionHandling Package Description io.nflow.engine.exception io.nflow.engine.workflow.definition Classes and interfaces for describing and implementing workflow definitions. -
-
Uses of StateProcessExceptionHandling in io.nflow.engine.exception
Methods in io.nflow.engine.exception that return StateProcessExceptionHandling Modifier and Type Method Description StateProcessExceptionHandlingStateProcessExceptionHandling.Builder. build()Create the exception handling object. -
Uses of StateProcessExceptionHandling in io.nflow.engine.workflow.definition
Methods in io.nflow.engine.workflow.definition that return StateProcessExceptionHandling Modifier and Type Method Description StateProcessExceptionHandlingWorkflowSettings. analyzeExeption(WorkflowState state, Throwable thrown)Analyze exception thrown by a state method to determine how it should be handled.Method parameters in io.nflow.engine.workflow.definition with type arguments of type StateProcessExceptionHandling Modifier and Type Method Description WorkflowSettings.BuilderWorkflowSettings.Builder. setExceptionAnalyzer(BiFunction<WorkflowState,Throwable,StateProcessExceptionHandling> exceptionAnalyzer)Set the exception analyzer function.
-