Show / Hide Table of Contents

    Interface IInboundEnvelope

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

    Inherited Members
    IEnvelope.AutoUnwrap
    IEnvelope.Message
    IRawInboundEnvelope.ActualEndpointName
    IRawInboundEnvelope.ActualEndpointDisplayName
    IRawInboundEnvelope.BrokerMessageIdentifier
    IRawBrokerEnvelope.Headers
    IRawBrokerEnvelope.RawMessage
    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IInboundEnvelope : IBrokerEnvelope, IEnvelope, IRawInboundEnvelope, IRawBrokerEnvelope

    Properties

    | Improve this doc View source

    Endpoint

    Gets the source endpoint configuration.

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