public static interface CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder |
advanced() |
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
bucket(String bucket)
The bucket to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
collection(String collection)
The collection to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
consumerProcessedStrategy(String consumerProcessedStrategy)
Define the consumer Processed strategy to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
descending(boolean descending)
Define if this operation is descending or not.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
descending(String descending)
Define if this operation is descending or not.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
designDocumentName(String designDocumentName)
The design document name to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
fullDocument(boolean fullDocument)
If true consumer will return complete document instead data defined
in view.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
fullDocument(String fullDocument)
If true consumer will return complete document instead data defined
in view.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
key(String key)
The key to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
limit(int limit)
The output limit to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
limit(String limit)
The output limit to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
password(String password)
The password to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
rangeEndKey(String rangeEndKey)
Define a range for the end key.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
rangeStartKey(String rangeStartKey)
Define a range for the start key.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
scope(String scope)
The scope to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
skip(int skip)
Define the skip to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
skip(String skip)
Define the skip to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
username(String username)
The username to use.
|
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder |
viewName(String viewName)
The view name to use.
|
default CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder advanced()
default CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder bucket(String bucket)
bucket - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder collection(String collection)
collection - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder key(String key)
key - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder scope(String scope)
scope - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder consumerProcessedStrategy(String consumerProcessedStrategy)
consumerProcessedStrategy - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder descending(boolean descending)
descending - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder descending(String descending)
descending - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder designDocumentName(String designDocumentName)
designDocumentName - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder fullDocument(boolean fullDocument)
fullDocument - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder fullDocument(String fullDocument)
fullDocument - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder limit(int limit)
limit - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder limit(String limit)
limit - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder rangeEndKey(String rangeEndKey)
rangeEndKey - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder rangeStartKey(String rangeStartKey)
rangeStartKey - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder skip(int skip)
skip - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder skip(String skip)
skip - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder viewName(String viewName)
viewName - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder delay(long delay)
delay - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder delay(String delay)
delay - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder greedy(boolean greedy)
greedy - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder greedy(String greedy)
greedy - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder scheduler(Object scheduler)
scheduler - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder scheduler(String scheduler)
scheduler - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder schedulerProperties(Map values)
values - the valuesdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder password(String password)
password - the value to setdefault CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder username(String username)
username - the value to setApache Camel