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