Stratal API Reference
    Preparing search index...

    Type Alias DispatchMessage<T>

    DispatchMessage: Omit<QueueMessage<T>, "id" | "timestamp">

    Message input for queue dispatch (without auto-generated fields)

    When dispatching a message, the id and timestamp are auto-generated. You only need to provide the type, payload, and optional metadata.

    Type Parameters

    • T = unknown