Class ActivityTagNames
Contains the name of tags added to the Activity.
Inherited Members
Namespace: Silverback.Messaging.Diagnostics
Assembly: Silverback.Integration.dll
Syntax
public static class ActivityTagNames
Fields
| Improve this doc View sourceMessageDestination
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 |
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.
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 |