Class AbstractAcknowledgmentCallback
- Namespace
- Steeltoe.Integration.Acks
- Assembly
- Steeltoe.Integration.IntegrationBase.dll
public abstract class AbstractAcknowledgmentCallback : IAcknowledgmentCallback
- Inheritance
-
AbstractAcknowledgmentCallback
- Implements
- Inherited Members
Properties
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 virtual 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 virtual bool IsAutoAck { get; set; }
Property Value
Methods
Acknowledge(Status)
Acknowledge the message.
public abstract void Acknowledge(Status status)
Parameters
status
Statustrue if the message is already acked