Type alias MqttConnectionFailure

MqttConnectionFailure: ((callback_data) => void)

Type declaration

    • (callback_data): void
    • Listener signature for event emitted from an MqttClientConnection when the connection has failed to connect.

      This listener is invoked for every failed connect and every failed reconnect.

      Parameters

      Returns void

Generated using TypeDoc