Class RabbitMessageSource.RabbitAckCallback
Inheritance
System.Object
RabbitMessageSource.RabbitAckCallback
Assembly: Steeltoe.Integration.RabbitMQ.dll
Syntax
public class RabbitAckCallback : IAcknowledgmentCallback
Constructors
|
Edit this page
View Source
RabbitAckCallback(RabbitMessageSource.RabbitAckInfo)
Declaration
public RabbitAckCallback(RabbitMessageSource.RabbitAckInfo ackInfo)
Parameters
Properties
|
Edit this page
View Source
AckInfo
Declaration
public RabbitMessageSource.RabbitAckInfo AckInfo { get; }
Property Value
|
Edit this page
View Source
IsAcknowledged
Declaration
public bool IsAcknowledged { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsAutoAck
Declaration
public bool IsAutoAck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
Acknowledge(Status)
Declaration
public void Acknowledge(Status status)
Parameters
Type |
Name |
Description |
Status |
status |
|