Show / Hide Table of Contents

    Class Tombstone

    A tombstone message (a message with null body).

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

    Constructors

    Tombstone(string?)

    Initializes a new instance of the Tombstone class.

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

    The message identifier.

    Properties

    MessageKey

    Gets the message identifier.

    Declaration
    [Header("xx-message-key")]
    public string? MessageKey { get; }
    Property Value
    Type Description
    string

    MessageType

    Gets the type of the message.

    Declaration
    public virtual Type MessageType { get; }
    Property Value
    Type Description
    Type

    Implements

    ITombstone
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini