Show / Hide Table of Contents

    Interface IInboundEnvelope<TMessage>

    Wraps the message that is being consumed from an inbound endpoint.

    Inherited Members
    IBrokerEnvelope.IsTombstone
    IRawInboundEnvelope.CloneReplacingRawMessage(Stream)
    IRawInboundEnvelope.Endpoint
    IRawInboundEnvelope.Consumer
    IRawInboundEnvelope.BrokerMessageIdentifier
    IRawBrokerEnvelope.Headers
    IRawBrokerEnvelope.RawMessage
    IEnvelope.MessageType
    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IInboundEnvelope<out TMessage> : IInboundEnvelope, IBrokerEnvelope, IRawInboundEnvelope, IRawBrokerEnvelope, IEnvelope<TMessage>, IEnvelope
    Type Parameters
    Name Description
    TMessage

    The type of the message being consumed.

    Properties

    Message

    Gets the deserialized message body.

    Declaration
    TMessage? Message { get; }
    Property Value
    Type Description
    TMessage
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini