public static interface SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SqsEndpointBuilderFactory.SqsEndpointConsumerBuilder |
basic() |
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)
exceptionHandler - the value to setdefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
pollStrategy - the value to setdefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder pollStrategy(String pollStrategy)
pollStrategy - the value to setdefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder delayQueue(boolean delayQueue)
delayQueue - the value to setdefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder delayQueue(String delayQueue)
delayQueue - the value to setdefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder queueUrl(String queueUrl)
queueUrl - the value to setdefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault SqsEndpointBuilderFactory.AdvancedSqsEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel