| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder |
Sqs2EndpointBuilderFactory.Sqs2EndpointBuilder.advanced() |
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder |
Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder |
Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder.basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder |
Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder.delayQueue(boolean delayQueue)
Define if you want to apply delaySeconds option to the queue or on
single messages.
|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder |
Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder.delayQueue(String delayQueue)
Define if you want to apply delaySeconds option to the queue or on
single messages.
|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder |
Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder.queueUrl(String queueUrl)
To define the queueUrl explicitly.
|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder |
Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder |
Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel