MqttMessage
@totemsdk/edge-mqtt / MqttMessage
Interface: MqttMessage
MqttClientPort — transport-agnostic MQTT port interface.
This package does NOT import mqtt.js, net, tls, ws, http, fs, or browser APIs. All network behavior is injected via MqttClientPort.
Properties
payload
payload:
string|Uint8Array<ArrayBufferLike>
properties?
optionalproperties?:Record<string,unknown>
qos?
optionalqos?:0|1|2
receivedAt
receivedAt:
number
retain?
optionalretain?:boolean
topic
topic:
string