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
TMessageThe type of the message that was expected.
- Inherited Members