Show / Hide Table of Contents

    Interface IInboundEnvelope<TMessage>

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

    Inherited Members
    IInboundEnvelope.Endpoint
    IEnvelope.AutoUnwrap
    IRawInboundEnvelope.ActualEndpointName
    IRawInboundEnvelope.ActualEndpointDisplayName
    IRawInboundEnvelope.BrokerMessageIdentifier
    IRawBrokerEnvelope.Headers
    IRawBrokerEnvelope.RawMessage
    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IInboundEnvelope<out TMessage> : IInboundEnvelope, IBrokerEnvelope, IEnvelope, IRawInboundEnvelope, IRawBrokerEnvelope where TMessage : class
    Type Parameters
    Name Description
    TMessage

    Properties

    | Improve this doc View source

    Message

    Gets the deserialized message body.

    Declaration
    TMessage? Message { get; }
    Property Value
    Type Description
    TMessage
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini