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