| Package | Description |
|---|---|
| org.mule.extension.sqs.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static BatchResult |
SQSModelFactory.getSendMessageBatchResult(com.amazonaws.services.sqs.model.SendMessageBatchResult batchResult) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<BatchResult,RequestIDAttribute> |
SQSOperations.changeMessageVisibilityBatch(SQSConfiguration config,
SQSConnection client,
List<ChangeMessageVisibilityBatchRequestEntry> receiptHandles,
String queueUrl)
This operation changes the visibility timeout of up to 10 ChangeMessageVisibility requests, with each result reported individually in the response.
|
org.mule.runtime.extension.api.runtime.operation.Result<BatchResult,RequestIDAttribute> |
SQSOperations.deleteMessageBatch(SQSConfiguration config,
SQSConnection client,
List<DeleteMessageBatchRequestEntry> entries,
String queueUrl)
This operation deletes up to 10 messages from the specified queue.
|
org.mule.runtime.extension.api.runtime.operation.Result<BatchResult,RequestIDAttribute> |
SQSOperations.sendMessageBatch(SQSConfiguration config,
SQSConnection client,
List<Message> messages,
String queueUrl)
This operation delivers up to 10 messages to the specified queue.
|
Copyright © 2022 MuleSoft, Inc.. All rights reserved.