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, IRawInboundEnvelope, IRawBrokerEnvelope, IEnvelope<TMessage>, IEnvelope
Type Parameters
| Name | Description |
|---|---|
| TMessage | The type of the message being consumed. |
Properties
Message
Gets the deserialized message body.
Declaration
TMessage? Message { get; }
Property Value
| Type | Description |
|---|---|
| TMessage |