Classifiers

NameDescription
CallPasses source output to target input possible transforming it
ConsumerProcesses inputs
Consumer FlowComposite consumer
EndPasses its input to the containing flow as output
Error HandlerHandles errors not handled by error transitions
Error TransitionError transition is activated if the source throws a matching error
FlowContainer of flow elements connected by transitions
Flow ElementBase class for flow elements
FunctionFunction is both supplier and consumer
Function FlowComposite function
PublisherPublishes input matching the condition for consumption by subscribers
SourceBase classs for flow elements with source code
Source CallCall with source code
Source ConsumerConsumer which executes source code to process its inputs
Source Error HandlerError handler which executes source code to handle errors not handled by error transitions
Source Error TransitionError transition which executes source code to transform the input error to output
Source FunctionExecutes its source to transform input to output
Source SupplierExecutes its source to supply output object(s)
Source TransitionTransition with source code
StartPasses containing flow input to outgoing transitions
SubscriberReceives inputs from publishers matching the subscriber input type and condition
SupplierSupplies objects of output type
Supplier FlowComposite supplier
TransitionPasses source output to target input possibly transforming it