Axinom Mosaic Libraries
    Preparing search index...

    An overrides object that allows explicitly setting some envelope values by the calling code, overriding default values.

    interface MessageEnvelopeOverrides {
        auth_token?: string;
        message_context?: unknown;
    }
    Index

    Properties

    auth_token?: string

    JWT token of the user/actor who triggered message publication.

    message_context?: unknown

    Optional contextual info for the payload consumer to send back with a response command or event.