Table of Contents

Interface IOutboundEnvelope<TMessage>

Namespace
Silverback.Messaging.Messages
Assembly
Silverback.Integration.dll

Wraps the message that is being produced to an outbound endpoint.

public interface IOutboundEnvelope<out TMessage> : IOutboundEnvelope, IBrokerEnvelope, IRawBrokerEnvelope, IEnvelope<TMessage>, IEnvelope

Type Parameters

TMessage

The type of the message being produced.

Inherited Members

Properties

Message

Gets the deserialized message body.

TMessage? Message { get; }

Property Value

TMessage