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