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