Show / Hide Table of Contents

    Interface IBrokerEnvelope

    Wraps the deserialized inbound or outbound message.

    Inherited Members
    IRawBrokerEnvelope.Headers
    IRawBrokerEnvelope.RawMessage
    IEnvelope.Message
    IEnvelope.MessageType
    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.

    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini