Hierarchy

  • MQTTMessage

Properties

contentType?: string

(Optional) Message content type.

correlationData?: Payload

(Optional) Correlation data blob for request/response.

messageExpiryIntervalSeconds?: number

(Optional) Message expiry interval in seconds.

payload?: Payload

(Optional) The message payload as a blob.

payloadFormat?: PayloadFormat

(Optional) Message payload format.

responseTopic?: string

(Optional) Response topic for request/response.

retain?: boolean

(Optional) The value of the retain flag.

topicName: string

The topic to which the message was published.

userProperties?: model.UserProperty[]

(Optional) MQTT user properties associated with the message.

Generated using TypeDoc