Class Tombstone
Represents a tombstone message (a message with null body).
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Integration.dll
Syntax
public class Tombstone
Constructors
| Improve this doc View sourceTombstone(String)
Initializes a new instance of the Tombstone class.
Declaration
public Tombstone(string messageId)
Parameters
Type | Name | Description |
---|---|---|
System.String | messageId | The message identifier. |
Properties
| Improve this doc View sourceMessageId
Gets the message identifier.
Declaration
[Header("x-message-id")]
public string MessageId { get; }
Property Value
Type | Description |
---|---|
System.String |