Table of Contents

Class AbstractRabbitOutboundEndpoint.CorrelationDataWrapper

Namespace
Steeltoe.Integration.Rabbit.Outbound
Assembly
Steeltoe.Integration.RabbitMQ.dll
protected class AbstractRabbitOutboundEndpoint.CorrelationDataWrapper : CorrelationData
Inheritance
AbstractRabbitOutboundEndpoint.CorrelationDataWrapper
Inherited Members

Constructors

CorrelationDataWrapper(string, object, IMessage)

public CorrelationDataWrapper(string id, object userData, IMessage message)

Parameters

id string
userData object
message IMessage

Properties

FutureSource

public override TaskCompletionSource<CorrelationData.Confirm> FutureSource { get; }

Property Value

TaskCompletionSource<CorrelationData.Confirm>

Message

public IMessage Message { get; }

Property Value

IMessage

ReturnedMessage

public override IMessage ReturnedMessage { get; set; }

Property Value

IMessage

UserData

public object UserData { get; }

Property Value

object