Call | Passes source output to target input possible transforming it |
Consumer | Processes inputs |
Consumer Flow | Composite consumer |
End | Passes its input to the containing flow as output |
Error Handler | Handles errors not handled by error transitions |
Error Transition | Error transition is activated if the source throws a matching error |
Flow | Container of flow elements connected by transitions |
Flow Element | Base class for flow elements |
Function | Function is both supplier and consumer |
Function Flow | Composite function |
Publisher | Publishes input matching the condition for consumption by subscribers |
Source | Base classs for flow elements with source code |
Source Call | Call with source code |
Source Consumer | Consumer which executes source code to process its inputs |
Source Error Handler | Error handler which executes source code to handle errors not handled by error transitions |
Source Error Transition | Error transition which executes source code to transform the input error to output |
Source Function | Executes its source to transform input to output |
Source Supplier | Executes its source to supply output object(s) |
Source Transition | Transition with source code |
Start | Passes containing flow input to outgoing transitions |
Subscriber | Receives inputs from publishers matching the subscriber input type and condition |
Supplier | Supplies objects of output type |
Supplier Flow | Composite supplier |
Transition | Passes source output to target input possibly transforming it |