Package | Description |
---|---|
com.amazonaws.services.sqs.buffered |
Modifier and Type | Method and Description |
---|---|
QueueBufferConfig |
SendQueueBuffer.getConfig() |
QueueBufferConfig |
QueueBufferConfig.withLongPoll(boolean longPoll) |
QueueBufferConfig |
QueueBufferConfig.withLongPollWaitTimeoutSeconds(int longPollWaitTimeoutSeconds) |
QueueBufferConfig |
QueueBufferConfig.withMaxBatchOpenMs(long maxBatchOpenMs) |
QueueBufferConfig |
QueueBufferConfig.withMaxBatchSize(int maxBatchSize)
Specifies the maximum number of entries the bufferinc client will
put in a single batch request.
|
QueueBufferConfig |
QueueBufferConfig.withMaxBatchSizeBytes(long maxBatchSizeBytes) |
QueueBufferConfig |
QueueBufferConfig.withMaxDoneReceiveBatches(int maxDoneReceiveBatches) |
QueueBufferConfig |
QueueBufferConfig.withMaxInflightOutboundBatches(int maxInflightOutboundBatches) |
QueueBufferConfig |
QueueBufferConfig.withMaxInflightReceiveBatches(int maxInflightReceiveBatches) |
QueueBufferConfig |
QueueBufferConfig.withVisibilityTimeoutSeconds(int visibilityTimeoutSeconds) |
Constructor and Description |
---|
AmazonSQSBufferedAsyncClient(AmazonSQSAsync paramRealSQS,
QueueBufferConfig config) |
QueueBufferConfig(QueueBufferConfig other)
copy constructor
|
Copyright © 2014. All rights reserved.