ManyIn

Type Alias ManyIn 

Source
pub type ManyIn<T> = Context<DataStream<T>>;
Expand description

Pipeline inputs carry a Context which can be used to carry metadata or additional information about the request. This information propagates through the stages, both local and distributed.

Aliased Typeยง

pub struct ManyIn<T> { /* private fields */ }