Class RabbitMessageSource.RabbitAckInfo
- Namespace
- Steeltoe.Integration.Rabbit.Inbound
- Assembly
- Steeltoe.Integration.RabbitMQ.dll
public class RabbitMessageSource.RabbitAckInfo
- Inheritance
-
RabbitMessageSource.RabbitAckInfo
- Inherited Members
Constructors
RabbitAckInfo(IConnection, IModel, bool, BasicGetResult)
public RabbitAckInfo(IConnection connection, IModel channel, bool transacted, BasicGetResult getResponse)
Parameters
connection
IConnectionchannel
IModeltransacted
boolgetResponse
BasicGetResult
Properties
Channel
public IModel Channel { get; }
Property Value
- IModel
Connection
public IConnection Connection { get; }
Property Value
Response
public BasicGetResult Response { get; }
Property Value
- BasicGetResult
Transacted
public bool Transacted { get; }
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.