Class RabbitMessageSource.RabbitAckInfo
Inheritance
System.Object
RabbitMessageSource.RabbitAckInfo
Assembly: Steeltoe.Integration.RabbitMQ.dll
Syntax
public class RabbitAckInfo : object
Constructors
|
Edit this page
View Source
RabbitAckInfo(IConnection, RabbitMQ.Client.IModel, Boolean, RabbitMQ.Client.BasicGetResult)
Declaration
public RabbitAckInfo(IConnection connection, RabbitMQ.Client.IModel channel, bool transacted, RabbitMQ.Client.BasicGetResult getResponse)
Parameters
Type |
Name |
Description |
IConnection |
connection |
|
RabbitMQ.Client.IModel |
channel |
|
System.Boolean |
transacted |
|
RabbitMQ.Client.BasicGetResult |
getResponse |
|
Properties
|
Edit this page
View Source
Channel
Declaration
public RabbitMQ.Client.IModel Channel { get; }
Property Value
Type |
Description |
RabbitMQ.Client.IModel |
|
|
Edit this page
View Source
Connection
Declaration
public IConnection Connection { get; }
Property Value
|
Edit this page
View Source
Response
Declaration
public RabbitMQ.Client.BasicGetResult Response { get; }
Property Value
Type |
Description |
RabbitMQ.Client.BasicGetResult |
|
|
Edit this page
View Source
Transacted
Declaration
public bool Transacted { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|