Table of Contents

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

Task<CorrelationData.Confirm>

FutureSource

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

Property Value

TaskCompletionSource<CorrelationData.Confirm>

Id

public virtual string Id { get; set; }

Property Value

string

ReturnedMessage

public virtual IMessage ReturnedMessage { get; set; }

Property Value

IMessage

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.