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