Class MqttMessageHeaders
Contains the constants with the names of the Kafka specific message headers used by Silverback.
Inherited Members
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Integration.MQTT.dll
Syntax
public static class MqttMessageHeaders
Fields
CorrelationData
The header containing the correlation data. This is mapped to the MQTT 5 correlation data property.
Declaration
public const string CorrelationData = "xx-mqtt5-correlation-data"
Field Value
| Type | Description |
|---|---|
| string |
DestinationTopic
The header containing the dynamic destination topic the message should be produced to.
Declaration
public const string DestinationTopic = "xx-mqtt-destination-topic"
Field Value
| Type | Description |
|---|---|
| string |
ResponseTopic
The header containing the topic the response message should be published to. This is mapped to the MQTT 5 response topic property.
Declaration
public const string ResponseTopic = "xx-mqtt5-response-topic"
Field Value
| Type | Description |
|---|---|
| string |