Uses of Package
org.jboss.elemento.flow
-
Classes in org.jboss.elemento.flow used by org.jboss.elemento.flow Class Description FlowCallback A callback for the outcome of the execution of asynchronous tasks.FlowContext 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 totrue.FlowStatus Enum for the execution status of a flow method.Progress 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.Promisable An interface to use the promise when executing asynchronous tasks.Repeat An interface to control the repeated execution of an asynchronous task.Sequence Subscription An interface to subscribe to the outcome of the execution of asynchronous tasks.Task Interface for the execution of an asynchronous task.