public static interface SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder |
basic() |
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
limitConcurrentConsumers(boolean limitConcurrentConsumers)
Whether to limit the number of concurrentConsumers to the maximum of
500.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
limitConcurrentConsumers(String limitConcurrentConsumers)
Whether to limit the number of concurrentConsumers to the maximum of
500.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
multipleConsumers(boolean multipleConsumers)
Specifies whether multiple consumers are allowed.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
multipleConsumers(String multipleConsumers)
Specifies whether multiple consumers are allowed.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
pollTimeout(int pollTimeout)
The timeout (in milliseconds) used when polling.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
pollTimeout(String pollTimeout)
The timeout (in milliseconds) used when polling.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
purgeWhenStopping(boolean purgeWhenStopping)
Whether to purge the task queue when stopping the consumer/route.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
purgeWhenStopping(String purgeWhenStopping)
Whether to purge the task queue when stopping the consumer/route.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
queue(BlockingQueue queue)
Define the queue instance which will be used by the endpoint.
|
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder |
queue(String queue)
Define the queue instance which will be used by the endpoint.
|
default SedaEndpointBuilderFactory.SedaEndpointConsumerBuilder basic()
default SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder limitConcurrentConsumers(boolean limitConcurrentConsumers)
limitConcurrentConsumers - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder limitConcurrentConsumers(String limitConcurrentConsumers)
limitConcurrentConsumers - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder multipleConsumers(boolean multipleConsumers)
multipleConsumers - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder multipleConsumers(String multipleConsumers)
multipleConsumers - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder pollTimeout(int pollTimeout)
pollTimeout - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder pollTimeout(String pollTimeout)
pollTimeout - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder purgeWhenStopping(boolean purgeWhenStopping)
purgeWhenStopping - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder purgeWhenStopping(String purgeWhenStopping)
purgeWhenStopping - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder queue(BlockingQueue queue)
queue - the value to setdefault SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder queue(String queue)
queue - the value to setApache Camel