| Package | Description |
|---|---|
| com.amazon.sqs.javamessaging.acknowledge |
| Modifier and Type | Method and Description |
|---|---|
Acknowledger |
AcknowledgeMode.createAcknowledger(AmazonSQSMessagingClientWrapper amazonSQSClient,
SQSSession parentSQSSession)
Creates the acknowledger associated with the session, which will be used
to acknowledge the delivered messages on consumers of the session.
|
| Constructor and Description |
|---|
AutoAcknowledger(AmazonSQSMessagingClientWrapper amazonSQSClient,
SQSSession session) |
RangedAcknowledger(AmazonSQSMessagingClientWrapper amazonSQSClient,
SQSSession session) |
UnorderedAcknowledger(AmazonSQSMessagingClientWrapper amazonSQSClient,
SQSSession session) |
Copyright © 2022. All rights reserved.