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

    Interface MessageOptions

    Options for creating a map stream output message.

    interface MessageOptions {
        keys?: string[];
        tags?: string[];
    }
    Index

    Properties

    Properties

    keys?: string[]

    Keys for routing the output message

    tags?: string[]

    Tags for conditional forwarding