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 sourceEndpoint
Gets the source or destination endpoint.
Declaration
IEndpoint Endpoint { get; }
Property Value
Type | Description |
---|---|
IEndpoint |
Headers
Gets the optional message headers.
Declaration
MessageHeaderCollection Headers { get; }
Property Value
Type | Description |
---|---|
MessageHeaderCollection |
RawMessage
Gets or sets the serialized message body.
Declaration
Stream? RawMessage { get; set; }
Property Value
Type | Description |
---|---|
Stream |