Show / Hide Table of Contents

    Class Tombstone<TMessage>

    A tombstone message (a message with null body).

    Inheritance
    object
    Tombstone
    Tombstone<TMessage>
    Implements
    ITombstone<TMessage>
    ITombstone
    Inherited Members
    Tombstone.MessageKey
    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<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
    Overrides
    Tombstone.MessageType

    Implements

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