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

    Type Alias WillMessage

    Will message sent on unexpected disconnect.

    type WillMessage = {
        payload: Uint8Array;
        properties?: WillProperties;
        qos: QoS;
        retain: boolean;
        topic: string;
    }
    Index

    Properties

    payload: Uint8Array

    Will payload

    properties?: WillProperties

    Will properties (5.0)

    qos: QoS

    Will QoS

    retain: boolean

    Retain flag

    topic: string

    Will topic