Table of Contents

Class ConvertToEnvelopeResult

Namespace
AWS.Messaging.Serialization
Assembly
AWS.Messaging.dll

Indicates the result of ConvertToEnvelopeAsync(Message)

public class ConvertToEnvelopeResult
Inheritance
ConvertToEnvelopeResult

Constructors

ConvertToEnvelopeResult(MessageEnvelope, SubscriberMapping)

Creates an instance of ConvertToEnvelopeResult

public ConvertToEnvelopeResult(MessageEnvelope envelope, SubscriberMapping subscriberMapping)

Parameters

envelope MessageEnvelope

The MessageEnvelope that is created by deserializing the service response.

subscriberMapping SubscriberMapping

The SubscriberMapping that was identified for the service response, and should be used for further processing of Envelope.

Properties

Envelope

The MessageEnvelope that is created by deserializing the service response.

public MessageEnvelope Envelope { get; init; }

Property Value

MessageEnvelope

Mapping

The SubscriberMapping that was identified for the service response, and should be used for further processing of Envelope.

public SubscriberMapping Mapping { get; init; }

Property Value

SubscriberMapping