Class CorrelationData
- Namespace
- Steeltoe.Messaging.RabbitMQ.Connection
- Assembly
- Steeltoe.Messaging.RabbitMQ.dll
public class CorrelationData
- Inheritance
-
CorrelationData
- Derived
- Inherited Members
Constructors
CorrelationData(string)
public CorrelationData(string id)
Parameters
id
string
Properties
Future
public virtual Task<CorrelationData.Confirm> Future { get; }
Property Value
FutureSource
public virtual TaskCompletionSource<CorrelationData.Confirm> FutureSource { get; }
Property Value
Id
public virtual string Id { get; set; }
Property Value
ReturnedMessage
public virtual IMessage ReturnedMessage { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.