| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
ComponentsBuilderFactory.awsSqs()
AWS Simple Queue Service (camel-aws-sqs)
The aws-sqs component is used for sending and receiving messages to
Amazon's SQS service.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
static AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.awsSqs()
AWS Simple Queue Service (camel-aws-sqs)
The aws-sqs component is used for sending and receiving messages to
Amazon's SQS service.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.configuration(org.apache.camel.component.aws.sqs.SqsConfiguration configuration)
The AWS SQS default configuration.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.region(String region)
Specify the queue region which could be used with
queueOwnerAWSAccountId to build the service URL.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
Apache Camel