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