pamoja for TypeScript - v0.1.17
    Preparing search index...

    Enumeration QosConst

    MQTT delivery guarantee, mirroring the protocol's quality-of-service levels.

    Index
    AtLeastOnce: "AtLeastOnce"

    Delivered at least once and acknowledged.

    AtMostOnce: "AtMostOnce"

    Fire and forget; the broker does not acknowledge delivery.

    ExactlyOnce: "ExactlyOnce"

    Delivered exactly once via a four-step handshake.