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

    Interface BatchMessageOptions

    Options for appending a message to a batch response.

    interface BatchMessageOptions {
        keys?: string[];
        tags?: string[];
        value: Buffer;
    }
    Index

    Properties

    Properties

    keys?: string[]

    Keys for routing the output message

    tags?: string[]

    Tags for conditional forwarding

    value: Buffer

    The message payload