A step in a pipeline. Data can be consumed in a pull-based or push-bashed fashion.
Thomas Minier
Invoke a callback on each item produced by the stage
Function invoked on each item produced by the stage
Subscribes to the items emitted by the stage, in a push-based fashion
Function invoked in cas of an error
Function invoked when the stage ends
Generated using TypeDoc
A step in a pipeline. Data can be consumed in a pull-based or push-bashed fashion.
Thomas Minier