Show / Hide Table of Contents

    Interface IOutboundEnvelope<TMessage>

    Wraps the message that is being produced to an outbound endpoint.

    Inherited Members
    IEnvelope.AutoUnwrap
    IRawOutboundEnvelope.Endpoint
    IRawOutboundEnvelope.BrokerMessageIdentifier
    IRawOutboundEnvelope.ActualEndpointName
    IRawOutboundEnvelope.ActualEndpointDisplayName
    IRawBrokerEnvelope.Headers
    IRawBrokerEnvelope.RawMessage
    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IOutboundEnvelope<out TMessage> : IOutboundEnvelope, IBrokerEnvelope, IEnvelope, IRawOutboundEnvelope, 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