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

    Interface MessageOptions

    Options for creating a source transform output message.

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

    Properties

    keys?: string[]

    Keys to assign to the output message for routing

    tags?: string[]

    Tags for conditional forwarding to specific vertices

    User metadata to attach to the message