Uses of Class
io.nflow.engine.exception.StateProcessExceptionHandling
Packages that use StateProcessExceptionHandling
Package
Description
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 StateProcessExceptionHandlingModifier and TypeMethodDescriptionStateProcessExceptionHandling.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 StateProcessExceptionHandlingModifier and TypeMethodDescriptionWorkflowSettings.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 StateProcessExceptionHandlingModifier and TypeMethodDescriptionWorkflowSettings.Builder.setExceptionAnalyzer(BiFunction<WorkflowState, Throwable, StateProcessExceptionHandling> exceptionAnalyzer) Set the exception analyzer function.