Type alias MqttConnectionFailure

MqttConnectionFailure: ((callback_data) => void)

Type declaration

    • (callback_data): void
    • Listener signature for event emitted from an MqttClientConnection when the connection has been connected successfully.

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

      Parameters

      Returns void

Generated using TypeDoc