Class ReceiveBatchManager
java.lang.Object
software.amazon.awssdk.services.sqs.internal.batchmanager.ReceiveBatchManager
- All Implemented Interfaces:
AutoCloseable
,SdkAutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionReceiveBatchManager
(SqsAsyncClient sqsClient, ScheduledExecutorService executor, ResponseBatchConfiguration config, String queueUrl) -
Method Summary
-
Constructor Details
-
ReceiveBatchManager
public ReceiveBatchManager(SqsAsyncClient sqsClient, ScheduledExecutorService executor, ResponseBatchConfiguration config, String queueUrl)
-
-
Method Details
-
processRequest
-
close
public void close()Description copied from interface:SdkAutoCloseable
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSdkAutoCloseable
-