| Package | Description |
|---|---|
| org.mule.extension.sqs.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static Message |
SQSModelFactory.wrapMessage(com.amazonaws.services.sqs.model.Message message) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<List<Message>,RequestIDAttribute> |
SQSOperations.read(SQSConfiguration config,
SQSConnection client,
String queueUrl,
int waitTime,
int maxNumberOfMessages)
This operation reads a number of messages from a queue.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<SendMessageResult,RequestIDAttribute> |
SQSOperations.sendMessage(SQSConfiguration config,
SQSConnection client,
Message message,
String queueUrl)
This operation sends a message to a specified queue.
|
| Modifier and Type | Method and Description |
|---|---|
static List<com.amazonaws.services.sqs.model.SendMessageBatchRequestEntry> |
SQSModelFactory.getSendMessageBatchRequestEntries(List<Message> messages) |
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.