Show / Hide Table of Contents

    Class ActivityTagNames

    Contains the name of tags added to the Activity.

    Inheritance
    object
    ActivityTagNames
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Diagnostics
    Assembly: Silverback.Integration.dll
    Syntax
    public static class ActivityTagNames

    Fields

    | Improve this doc View source

    MessageDestination

    The name of the tag that contains the destination of the message (i.e. the name of the endpoint).

    Declaration
    public const string MessageDestination = "messaging.destination"
    Field Value
    Type Description
    string
    | Improve this doc View source

    MessageId

    The name of the tag whose value identifies the message.

    Declaration
    public const string MessageId = "messaging.message_id"
    Field Value
    Type Description
    string
    Remarks

    For Kafka the tag value will be in the form topic[partition]@offset.

    | Improve this doc View source

    SequenceActivity

    The name of the tag that references the activity created for the sequence where this message has been added.

    Declaration
    public const string SequenceActivity = "messaging.sequence.activity"
    Field Value
    Type Description
    string
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini