Show / Hide Table of Contents

    Class MqttMessageHeaders

    Contains the constants with the names of the Kafka specific message headers used by Silverback.

    Inheritance
    object
    MqttMessageHeaders
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini