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