Interface IInboundEnvelope<TMessage>
Wraps the message that is being consumed from an inbound endpoint.
Inherited Members
Namespace: Silverback.Messaging.Messages
Assembly: Silverback.Integration.dll
Syntax
public interface IInboundEnvelope<out TMessage> : IInboundEnvelope, IBrokerEnvelope, IEnvelope, IRawInboundEnvelope, 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 |