Package | Description |
---|---|
org.mule.modules.sqs | |
org.mule.modules.sqs.model | |
org.mule.modules.sqs.util |
Modifier and Type | Method and Description |
---|---|
SendMessageBatchResult |
SQSConnector.sendMessageBatch(List<SendMessageBatchRequestEntry> messages,
String queueUrl)
Delivers up to ten messages to the specified queue.
|
Modifier and Type | Method and Description |
---|---|
SendMessageBatchResult |
SendMessageBatchResult.withSuccessful(SendMessageBatchResultEntry... successful)
A list of SendMessageBatchResultEntry items.
|
Modifier and Type | Method and Description |
---|---|
static SendMessageBatchResult |
SQSModelFactory.getSendMessageBatchResult(List<com.amazonaws.services.sqs.model.SendMessageBatchResultEntry> successful,
List<com.amazonaws.services.sqs.model.BatchResultErrorEntry> failed) |
Copyright © 2010–2017. All rights reserved.