@qualithm/mqtt-wire - v0.1.5
    Preparing search index...

    Type Alias PublishProperties

    PUBLISH properties (MQTT 5.0).

    type PublishProperties = {
        contentType?: string;
        correlationData?: Uint8Array;
        messageExpiryInterval?: number;
        payloadFormatIndicator?: 0 | 1;
        responseTopic?: string;
        subscriptionIdentifiers?: readonly number[];
        topicAlias?: number;
        userProperties?: readonly UserProperty[];
    }
    Index

    Properties

    contentType?: string

    Content type (MIME)

    correlationData?: Uint8Array

    Correlation data

    messageExpiryInterval?: number

    Message expiry interval (seconds)

    payloadFormatIndicator?: 0 | 1

    Payload format indicator: 0=bytes, 1=UTF-8

    responseTopic?: string

    Response topic

    subscriptionIdentifiers?: readonly number[]

    Subscription identifiers

    topicAlias?: number

    Topic alias

    userProperties?: readonly UserProperty[]

    User properties