Class AbstractRabbitOutboundEndpoint.CorrelationDataWrapper
Inheritance
System.Object
AbstractRabbitOutboundEndpoint.CorrelationDataWrapper
Assembly: Steeltoe.Integration.RabbitMQ.dll
Syntax
protected class CorrelationDataWrapper : CorrelationData
Constructors
|
Edit this page
View Source
CorrelationDataWrapper(String, Object, IMessage)
Declaration
public CorrelationDataWrapper(string id, object userData, IMessage message)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.Object |
userData |
|
IMessage |
message |
|
Properties
|
Edit this page
View Source
FutureSource
Declaration
public override TaskCompletionSource<CorrelationData.Confirm> FutureSource { get; }
Property Value
Overrides
|
Edit this page
View Source
Message
Declaration
public IMessage Message { get; }
Property Value
Type |
Description |
IMessage |
|
|
Edit this page
View Source
ReturnedMessage
Declaration
public override IMessage ReturnedMessage { get; set; }
Property Value
Type |
Description |
IMessage |
|
Overrides
|
Edit this page
View Source
UserData
Declaration
public object UserData { get; }
Property Value
Type |
Description |
System.Object |
|