Stream
Stream<
S> =object
Defined in: Core/Stream.ts:42
An event stream pipeline for a typed message schema S.
Stream provides typed event emission, sequence matching, state reduction,
and structural stream forwarding.
Example
Section titled “Example”Type Parameters
Section titled “Type Parameters”S extends Record<string, unknown>
Properties
Section titled “Properties”options?
Section titled “options?”
readonlyoptionaloptions?:Options
Defined in: Core/Stream.ts:43