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
RawMessage
Gets or sets the serialized message body.
Stream? RawMessage { get; set; }