public static interface Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Sqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder |
basic() |
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder |
delayQueue(boolean delayQueue)
Define if you want to apply delaySeconds option to the queue or on
single messages.
|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder |
delayQueue(String delayQueue)
Define if you want to apply delaySeconds option to the queue or on
single messages.
|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder |
queueUrl(String queueUrl)
To define the queueUrl explicitly.
|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default Sqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder basic()
default Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder delayQueue(boolean delayQueue)
delayQueue - the value to setdefault Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder delayQueue(String delayQueue)
delayQueue - the value to setdefault Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder queueUrl(String queueUrl)
queueUrl - the value to setdefault Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault Sqs2EndpointBuilderFactory.AdvancedSqs2EndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel