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

    Interface MessageOptions

    Options for creating a map output message.

    interface MessageOptions {
        keys?: string[];
        tags?: string[];
        userMetadata?: map.UserMetadata;
    }
    Index

    Properties

    keys?: string[]

    Keys for routing the output message

    tags?: string[]

    Tags for conditional forwarding to specific vertices

    userMetadata?: map.UserMetadata

    User metadata to attach to the message