Documentation
    Preparing search index...

    Interface MqttQueueConfig

    interface MqttQueueConfig {
        brokerUrl: string;
        clientId?: string;
        clientOptions?: IClientOptions;
        connectTimeoutMs?: number;
        defaultQos?: 0 | 1 | 2;
        dryRun?: boolean;
        password?: string;
        reconnectPeriodMs?: number;
        username?: string;
    }
    Index

    Properties

    brokerUrl: string
    clientId?: string
    clientOptions?: IClientOptions
    connectTimeoutMs?: number
    defaultQos?: 0 | 1 | 2
    dryRun?: boolean
    password?: string
    reconnectPeriodMs?: number
    username?: string