Class Tombstone<TMessage>
- Namespace
- Silverback.Messaging.Messages
- Assembly
- Silverback.Integration.dll
A tombstone message (a message with null body).
public class Tombstone<TMessage> : Tombstone, ITombstone<TMessage>, ITombstone
Type Parameters
TMessageThe type of the message that was expected.
- Inheritance
-
Tombstone<TMessage>
- Implements
-
ITombstone<TMessage>
- Inherited Members
Constructors
Tombstone(string)
Initializes a new instance of the Tombstone<TMessage> class.
public Tombstone(string messageKey)
Parameters
messageKeystringThe message identifier.
Properties
MessageType
Gets the type of the message.
public override Type MessageType { get; }