Expand description
Output types: OutputEnvelope, OutputSink trait, SinkFactory, and lag detection.
Structs§
- Admission
Summary - Summary of temporal-store admission for this frame.
- Output
Envelope - Structured output for one processed frame.
Enums§
- Frame
Inclusion - Controls whether the source
FrameEnvelopeis included in theOutputEnvelope.
Traits§
- Output
Sink - User-implementable trait: receives structured outputs from the pipeline.
Type Aliases§
- Shared
Output - Arc-wrapped output envelope for zero-copy broadcast fan-out.
- Sink
Factory - Factory for constructing fresh
OutputSinkinstances.