Skip to main content

stream_event_value

Function stream_event_value 

Source
pub fn stream_event_value(
    pair: TransformPair,
    ctx: &TransformContext,
    event: Value,
) -> Result<Value, TransformError>
Expand description

Convert one decoded stream event (upstream wire JSON value → inbound wire JSON value). Same reverse-pair convention as response_bytes. Only content-generation pairs stream; the other groups are buffered.