default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
SqsEndpointBuilderFactory.SqsEndpointConsumerBuilder.advanced() |
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder.delayQueue(boolean delayQueue) |
Define if you want to apply delaySeconds option to the queue or on
single messages.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder.delayQueue(String delayQueue) |
Define if you want to apply delaySeconds option to the queue or on
single messages.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
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 |
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 |
SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder.queueUrl(String queueUrl) |
To define the queueUrl explicitly.
|
default SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder |
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 |
SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|