Class Tombstone<TMessage>
Represents a tombstone message (a message with null body).
Inherited Members
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Integration.dll
Syntax
public class Tombstone<TMessage> : Tombstone
Type Parameters
Name | Description |
---|---|
TMessage | The type of the message that was expected. |
Constructors
| Improve this doc View sourceTombstone(string)
Initializes a new instance of the Tombstone<TMessage> class.
Declaration
public Tombstone(string messageId)
Parameters
Type | Name | Description |
---|---|---|
string | messageId | The message identifier. |