Detailed Description
Pipeline holding a list of flowElements for processing, can create flowData that will be passed through these, collecting elementData Should be constructed through the PipelineBuilder class.
Public Member Functions
constructor (flowElements=[]) | |
getElement (key)
get a FlowElement by its dataKey More...
| |
on (listener, callback)
Method to attach listeners to the logger Shorthand access to the enclosed event emitter. More...
| |
log (type, message)
Shorthand to trigger a message on the pipeline's eventEmitter. More...
| |
createFlowData () | |
updatePropertyDataBaseForElement (flowElement) |