Table of Contents

Class Tombstone<TMessage>

Namespace
Silverback.Messaging.Messages
Assembly
Silverback.Integration.dll

A tombstone message (a message with null body).

public class Tombstone<TMessage> : Tombstone, ITombstone<TMessage>, ITombstone

Type Parameters

TMessage

The type of the message that was expected.

Inheritance
Tombstone<TMessage>
Implements
ITombstone<TMessage>
Inherited Members

Constructors

Tombstone(string)

Initializes a new instance of the Tombstone<TMessage> class.

public Tombstone(string messageKey)

Parameters

messageKey string

The message identifier.

Properties

MessageType

Gets the type of the message.

public override Type MessageType { get; }

Property Value

Type