Show / Hide Table of Contents

    Class Tombstone

    Represents a tombstone message (a message with null body).

    Inheritance
    object
    Tombstone
    Tombstone<TMessage>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Integration.dll
    Syntax
    public class Tombstone

    Constructors

    | Improve this doc View source

    Tombstone(string?)

    Initializes a new instance of the Tombstone class.

    Declaration
    public Tombstone(string? messageId)
    Parameters
    Type Name Description
    string messageId

    The message identifier.

    Properties

    | Improve this doc View source

    MessageId

    Gets the message identifier.

    Declaration
    [Header("x-message-id")]
    public string? MessageId { get; }
    Property Value
    Type Description
    string
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini