Interface IAcknowledgmentCallback
- Namespace
- Steeltoe.Integration.Acks
- Assembly
- Steeltoe.Integration.Abstractions.dll
General abstraction over acknowlegements
public interface IAcknowledgmentCallback
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.
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.
bool IsAutoAck { get; set; }
Property Value
Methods
Acknowledge(Status)
Acknowledge the message.
void Acknowledge(Status status)
Parameters
status
Statustrue if the message is already acked