Type alias StreamHandler<In, Out>

StreamHandler<In, Out>: InStream<In> & OutStream<Out>

A StreamHandler handles messages coming in of one type and outputs messages of another type

Type Parameters

Generated using TypeDoc