Table of Contents

Interface IRawBrokerEnvelope

Namespace
Silverback.Messaging.Messages
Assembly
Silverback.Integration.dll

Wraps the serialized inbound or outbound message.

public interface IRawBrokerEnvelope

Properties

Headers

Gets the optional message headers.

MessageHeaderCollection Headers { get; }

Property Value

MessageHeaderCollection

RawMessage

Gets or sets the serialized message body.

Stream? RawMessage { get; set; }

Property Value

Stream