Interface ITombstone<TMessage>
A tombstone message (a message with null body).
Inherited Members
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Integration.dll
Syntax
public interface ITombstone<out TMessage> : ITombstone
Type Parameters
| Name | Description |
|---|---|
| TMessage | The type of the message that was expected. |