@numaproj/numaflow-js - v0.0.0-alpha.4
    Preparing search index...

    Class Message

    Represents an output message from an accumulator handler.

    Messages preserve metadata from input datums (id, headers, timestamps) and allow modification of value, keys, and tags.

    Index

    Constructors

    Properties

    eventTime: Date

    Event time (preserved from input)

    headers: Record<string, string>

    Message headers (preserved from input)

    id: string

    Unique message ID (preserved from input)

    keys?: string[]

    Optional keys for message routing

    tags?: string[]

    Optional tags for conditional forwarding

    value: Buffer

    The message payload

    watermark: Date

    Watermark (preserved from input)

    Methods