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

    Type Alias SubscriptionOptions

    Subscription options for SUBSCRIBE packet.

    type SubscriptionOptions = {
        noLocal?: boolean;
        qos: QoS;
        retainAsPublished?: boolean;
        retainHandling?: 0 | 1 | 2;
    }
    Index

    Properties

    noLocal?: boolean

    No local: don't receive own publishes (5.0)

    qos: QoS

    Maximum QoS level

    retainAsPublished?: boolean

    Retain as published (5.0)

    retainHandling?: 0 | 1 | 2

    Retain handling (5.0): 0=send, 1=send if new, 2=don't send