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

    Type Alias AckResult

    Result of processing an acknowledgement.

    type AckResult = {
        flow?: OutboundFlow;
        reason?: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    The completed flow (if successful).

    reason?: string

    Error reason (if failed).

    success: boolean

    Whether the acknowledgement was successfully processed.