Hiyve Components - v1.0.0
    Preparing search index...

    Interface RelaySubProtocolMessageMeta

    Metadata extracted from the relay envelope and passed to handlers.

    interface RelaySubProtocolMessageMeta {
        messageId: string;
        senderId: string;
        timestamp: number;
    }
    Index

    Properties

    messageId: string

    Per-message identifier. Unwrapped from the ack envelope when present, otherwise the relay's own messageId.

    senderId: string

    Sender's app-level user id (from the envelope).

    timestamp: number

    Sender-side ms timestamp; best-effort ordering hint.