edgeport - v1.0.3
    Preparing search index...

    Interface Subscription

    One topic filter plus its requested maximum QoS, as carried in a SUBSCRIBE.

    interface Subscription {
        qos: 0 | 1 | 2;
        topicFilter: string;
    }
    Index
    qos: 0 | 1 | 2

    The maximum QoS the client wants the broker to deliver at.

    topicFilter: string

    The topic filter (may contain + / # wildcards).