Table of Contents

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

RabbitMessageSource.RabbitAckInfo

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

bool

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

bool

Methods

Acknowledge(Status)

Acknowledge the message.

public void Acknowledge(Status status)

Parameters

status Status

true if the message is already acked