Interface IBrokerEnvelope
- Namespace
- Silverback.Messaging.Messages
- Assembly
- Silverback.Integration.dll
Wraps the deserialized inbound or outbound message.
public interface IBrokerEnvelope : IRawBrokerEnvelope, IEnvelope
- Inherited Members
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).
bool IsTombstone { get; }
Property Value
- bool
A value indicating whether the message is a tombstone.