Module stage

Module stage 

Source
Expand description

Core stage traits for stream processing pipelines.

Each trait represents one role in a pipeline:

Traits§

Fold
Reduces items into an accumulator (terminal stage).
Sink
Consumes items (terminal stage).
Source
Produces items for a pipeline.
Transform
Transforms an input item into zero or one output items.