Class Tombstone
A tombstone message (a message with null body).
Implements
Inherited Members
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Integration.dll
Syntax
public class Tombstone : ITombstone
Constructors
Tombstone(string?)
Initializes a new instance of the Tombstone class.
Declaration
public Tombstone(string? messageKey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | messageKey | The message identifier. |
Properties
MessageKey
Gets the message identifier.
Declaration
[Header("xx-message-key")]
public string? MessageKey { get; }
Property Value
| Type | Description |
|---|---|
| string |
MessageType
Gets the type of the message.
Declaration
public virtual Type MessageType { get; }
Property Value
| Type | Description |
|---|---|
| Type |