Class RabbitTemplate.PendingReply
Inheritance
System.Object
RabbitTemplate.PendingReply
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
protected class PendingReply : object
Properties
|
Edit this page
View Source
SavedCorrelation
Declaration
public virtual string SavedCorrelation { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
SavedReplyTo
Declaration
public virtual string SavedReplyTo { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
CompleteExceptionally(Exception)
Declaration
public virtual void CompleteExceptionally(Exception exception)
Parameters
Type |
Name |
Description |
Exception |
exception |
|
|
Edit this page
View Source
Get()
Declaration
public virtual IMessage Get()
Returns
Type |
Description |
IMessage |
|
|
Edit this page
View Source
Get(Int32)
Declaration
public virtual IMessage Get(int timeout)
Parameters
Type |
Name |
Description |
System.Int32 |
timeout |
|
Returns
Type |
Description |
IMessage |
|
|
Edit this page
View Source
Reply(IMessage)
Declaration
public virtual void Reply(IMessage reply)
Parameters
Type |
Name |
Description |
IMessage |
reply |
|
|
Edit this page
View Source
Returned(RabbitMessageReturnedException)
Declaration
public virtual void Returned(RabbitMessageReturnedException e)
Parameters