Share via


MqttConnectionContextProperties interface

The connection context properties representing the MQTT client WebSocket connection.

Properties

physicalConnectionId

The unique identifier generated by the service of the network connection.

sessionId

The unique identifier generated by the service of the MQTT session.

Property Details

physicalConnectionId

The unique identifier generated by the service of the network connection.

physicalConnectionId: string

Property Value

string

sessionId

The unique identifier generated by the service of the MQTT session.

sessionId?: string

Property Value

string