| Package | Description |
|---|---|
| org.apache.camel.component.aws2.sqs | |
| org.apache.camel.component.aws2.sqs.client | |
| org.apache.camel.component.aws2.sqs.client.impl |
| Modifier and Type | Method and Description |
|---|---|
Sqs2Configuration |
Sqs2Configuration.copy() |
protected Sqs2Configuration |
Sqs2Consumer.getConfiguration() |
protected Sqs2Configuration |
Sqs2Producer.getConfiguration() |
Sqs2Configuration |
Sqs2Endpoint.getConfiguration() |
Sqs2Configuration |
Sqs2Component.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
Sqs2Endpoint.setConfiguration(Sqs2Configuration configuration) |
void |
Sqs2Component.setConfiguration(Sqs2Configuration configuration)
The AWS SQS default configuration
|
| Constructor and Description |
|---|
Sqs2Endpoint(String uri,
Sqs2Component component,
Sqs2Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static Sqs2InternalClient |
Sqs2ClientFactory.getSqsClient(Sqs2Configuration configuration)
Return the correct aws SQS client (based on remote vs local).
|
| Constructor and Description |
|---|
Sqs2ClientIAMOptimized(Sqs2Configuration configuration)
Constructor that uses the config file.
|
Sqs2ClientStandardImpl(Sqs2Configuration configuration)
Constructor that uses the config file.
|
Apache Camel