Table of Contents

Interface ITombstone<TMessage>

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

A tombstone message (a message with null body).

public interface ITombstone<out TMessage> : ITombstone

Type Parameters

TMessage

The type of the message that was expected.

Inherited Members