Show / Hide Table of Contents

    Interface IRawBrokerEnvelope

    Wraps the serialized inbound or outbound message.

    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IRawBrokerEnvelope

    Properties

    | Improve this doc View source

    Endpoint

    Gets the source or destination endpoint.

    Declaration
    IEndpoint Endpoint { get; }
    Property Value
    Type Description
    IEndpoint
    | Improve this doc View source

    Headers

    Gets the optional message headers.

    Declaration
    MessageHeaderCollection Headers { get; }
    Property Value
    Type Description
    MessageHeaderCollection
    | Improve this doc View source

    RawMessage

    Gets or sets the serialized message body.

    Declaration
    Stream? RawMessage { get; set; }
    Property Value
    Type Description
    Stream
    • Improve this doc
    • View source
    In this article
    • Properties
      • Endpoint
      • Headers
      • RawMessage
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini