@Configuration(name="config") @DisplayName(value="Configuration") @Operations(value=SQSOperations.class) @ConnectionProviders(value={BasicConnectionProvider.class,AssumeRoleConnectionProvider.class}) @Sources(value=ReceiveMessagesSource.class) public class SQSConfiguration extends Object implements org.mule.connectors.commons.template.config.ConnectorConfig
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_WAIT_TIME |
| Constructor and Description |
|---|
SQSConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultQueueUrl() |
String |
getUrl(String queueUrl) |
int |
getWaitTime() |
void |
setDefaultQueueUrl(String defaultQueueUrl) |
public static final int MAX_WAIT_TIME
Copyright © 2022 MuleSoft, Inc.. All rights reserved.