Class RabbitMessageSource.RabbitAckCallback
- Namespace
- Steeltoe.Integration.Rabbit.Inbound
- Assembly
- Steeltoe.Integration.RabbitMQ.dll
public class RabbitMessageSource.RabbitAckCallback : IAcknowledgmentCallback
- Inheritance
-
RabbitMessageSource.RabbitAckCallback
- Implements
- Inherited Members
Constructors
RabbitAckCallback(RabbitAckInfo)
public RabbitAckCallback(RabbitMessageSource.RabbitAckInfo ackInfo)
Parameters
ackInfo
RabbitMessageSource.RabbitAckInfo
Properties
AckInfo
public RabbitMessageSource.RabbitAckInfo AckInfo { get; }
Property Value
IsAcknowledged
Gets or sets a value indicating whether the ack has been processed by the user so that the framework can auto-ack if needed.
public bool IsAcknowledged { get; set; }
Property Value
IsAutoAck
Gets or sets a value indicating whether return true if this acknowledgment supports auto ack when it has not been already ack'd by the application.
public bool IsAutoAck { get; set; }
Property Value
Methods
Acknowledge(Status)
Acknowledge the message.
public void Acknowledge(Status status)
Parameters
status
Statustrue if the message is already acked