Table of Contents

Class Tombstone

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

A tombstone message (a message with null body).

public class Tombstone : ITombstone
Inheritance
Tombstone
Implements
Derived
Inherited Members

Constructors

Tombstone(string?)

Initializes a new instance of the Tombstone class.

public Tombstone(string? messageKey)

Parameters

messageKey string

The message identifier.

Properties

MessageKey

Gets the message identifier.

[Header("xx-message-key")]
public string? MessageKey { get; }

Property Value

string

MessageType

Gets the type of the message.

public virtual Type MessageType { get; }

Property Value

Type