Share via


MqttDisconnectedRequest interface

Request for the disconnected event.

Extends

Properties

mqtt

The MQTT specific properties in the MQTT disconnected event request.

Inherited Properties

context

The context of current CloudEvents request.

reason

The reason that the connection disconnects.

Property Details

mqtt

The MQTT specific properties in the MQTT disconnected event request.

mqtt: MqttDisconnectedProperties

Property Value

Inherited Property Details

context

The context of current CloudEvents request.

context: ConnectionContext

Property Value

Inherited From DisconnectedRequest.context

reason

The reason that the connection disconnects.

reason?: string

Property Value

string

Inherited From DisconnectedRequest.reason