| Interface | Description |
|---|---|
| Flow |
Collection of static methods to execute (async) tasks in order.
|
| Progress |
Interface to reflect progress of a flow.
|
| Task<C extends FlowContext> |
Marker interface for one work item inside a flow
|
| Class | Description |
|---|---|
| FlowContext |
General purpose context to be used inside a flow.
|
| Outcome<C> |
| Exception | Description |
|---|---|
| FlowException |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.