MqttConnectionContextProperties interface
The connection context properties representing the MQTT client WebSocket connection.
Properties
| physical |
The unique identifier generated by the service of the network connection. |
| session |
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