| Package | Description |
|---|---|
| io.nflow.engine.exception | |
| io.nflow.engine.workflow.definition |
Classes and interfaces for describing and implementing workflow definitions.
|
| Modifier and Type | Method and Description |
|---|---|
StateProcessExceptionHandling |
StateProcessExceptionHandling.Builder.build()
Create the exception handling object.
|
| Modifier and Type | Method and Description |
|---|---|
StateProcessExceptionHandling |
WorkflowSettings.analyzeExeption(WorkflowState state,
Throwable thrown)
Analyze exception thrown by a state method to determine how it should be handled.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowSettings.Builder |
WorkflowSettings.Builder.setExceptionAnalyzer(BiFunction<WorkflowState,Throwable,StateProcessExceptionHandling> exceptionAnalyzer)
Set the exception analyzer function.
|
Copyright © 2014–2021 Nitor Creations. All rights reserved.