Interface IInboundEnvelope<TMessage>
- Namespace
- Silverback.Messaging.Messages
- Assembly
- Silverback.Integration.dll
Wraps the message that is being consumed from an inbound endpoint.
public interface IInboundEnvelope<out TMessage> : IInboundEnvelope, IBrokerEnvelope, IRawInboundEnvelope, IRawBrokerEnvelope, IEnvelope<TMessage>, IEnvelope
Type Parameters
TMessageThe type of the message being consumed.
- Inherited Members
Properties
Message
Gets the deserialized message body.
TMessage? Message { get; }
Property Value
- TMessage