Package software.amazon.awssdk.services.sqs.internal.batchmanager
package software.amazon.awssdk.services.sqs.internal.batchmanager
-
ClassesClassDescriptionBatchingExecutionContext<RequestT,
ResponseT> BatchingMap<RequestT,ResponseT> Outer map maps a batchKey (ex.IdentifiableMessage<MessageT>Wrapper class for a message (either request/response) and its associated batch id.TheQueueAttributesManager
class is responsible for managing and retrieving specific attributes of an AWS SQS queue, such as message wait time and visibility timeout.TheReceiveSqsMessageHelper
class forms aReceiveMessageRequest
request based on configuration settings, collects messages from an AWS SQS queue, and handles exceptions during the process.RequestBatchBuffer<RequestT,ResponseT> RequestBatchManager<RequestT,ResponseT, BatchResponseT>