All Classes and Interfaces

Class
Description
An interface to execute a list of asynchronous tasks in parallel or sequentially, or to execute a single task repeatedly as long as certain conditions are met.
A callback for the outcome of the execution of asynchronous tasks.
General purpose context to be used as a common data structure when executing a list of asynchronous tasks in parallel, in sequence or when executing a task repeatedly while a condition evaluates to true.
Enum for the execution status of a flow method.
A task implementation that executes a list of asynchronous tasks in parallel.
Interface to reflect the progress when executing a list of asynchronous tasks in parallel, in sequence or repeatedly as long as certain conditions are met.
An interface to use the promise when executing asynchronous tasks.
An interface to control the repeated execution of an asynchronous task.
A task implementation that executes a task as long as certain conditions are met.
An interface to control the parallel and sequential execution of asynchronous tasks.
A task implementation that executes a list of asynchronous tasks in order.
An interface to subscribe to the outcome of the execution of asynchronous tasks.
Task<C extends FlowContext>
Interface for the execution of an asynchronous task.