Interface IOutboundEnvelope<TMessage>
Wraps the message that is being produced to an outbound endpoint.
Inherited Members
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Integration.dll
Syntax
public interface IOutboundEnvelope<out TMessage> : IOutboundEnvelope, IBrokerEnvelope, IEnvelope, IRawOutboundEnvelope, IRawBrokerEnvelope where TMessage : class
Type Parameters
Name | Description |
---|---|
TMessage |
Properties
| Improve this doc View sourceMessage
Gets the deserialized message body.
Declaration
TMessage? Message { get; }
Property Value
Type | Description |
---|---|
TMessage |