public static interface SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SqsEndpointBuilderFactory.SqsEndpointConsumerBuilder |
basic() |
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
delayQueue(boolean delayQueue)
Define if you want to apply delaySeconds option to the queue or on
single messages.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
delayQueue(String delayQueue)
Define if you want to apply delaySeconds option to the queue or on
single messages.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
pollStrategy(String pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
queueUrl(String queueUrl)
To define the queueUrl explicitly.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SqsEndpointBuilderFactory.SqsEndpointConsumerBuilder basic()
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
org.apache.camel.spi.PollingConsumerPollStrategy type.
Group: consumer (advanced)default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder pollStrategy(String pollStrategy)
org.apache.camel.spi.PollingConsumerPollStrategy type.
Group: consumer (advanced)default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder delayQueue(boolean delayQueue)
boolean type.
Default: false
Group: advanceddefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder delayQueue(String delayQueue)
boolean type.
Default: false
Group: advanceddefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder queueUrl(String queueUrl)
java.lang.String type.
Group: advanceddefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedApache Camel