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

    Type Alias ConnectionStateChange

    Connection state change event.

    type ConnectionStateChange = {
        current: ConnectionState;
        previous: ConnectionState;
        reason?: ReasonCode;
        timestamp: number;
    }
    Index

    Properties

    Current connection state.

    previous: ConnectionState

    Previous connection state.

    reason?: ReasonCode

    Reason code for the state change.

    timestamp: number

    Timestamp when the state change occurred.