Extends the base Message interface to include MQTT attributes, some of which are aliases of the {Message} attributes.
Message
Identifies this message as a PUBLISH packet. MQTTMessages created with the binary and structured Serializers will contain a "Content Type" property in the PUBLISH record.
binary
structured
https://github.com/cloudevents/spec/blob/v1.0.1/mqtt-protocol-binding.md#3-mqtt-publish-message-mapping
Alias of {Message#headers}
Alias of {Message#body}
Generated using TypeDoc
Extends the base
Messageinterface to include MQTT attributes, some of which are aliases of the {Message} attributes.