Interface IBrokerEnvelope
Wraps the deserialized inbound or outbound message.
Inherited Members
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Integration.dll
Syntax
public interface IBrokerEnvelope : IRawBrokerEnvelope, IEnvelope
Properties
IsTombstone
Gets a value indicating whether the message is a tombstone (i.e. it's just a marker to indicate that the message with the same key has been deleted).
Declaration
bool IsTombstone { get; }
Property Value
| Type | Description |
|---|---|
| bool | A value indicating whether the message is a tombstone. |