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
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 |
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.
SequenceId
The name of the tag that contains the sequence identifier (e.g. the BatchSequence or ChunkSequence identifier).
Declaration
public const string SequenceId = "messaging.sequence_id"
Field Value
| Type | Description |
|---|---|
| string |