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