Uses of Interface
org.apache.camel.builder.endpoint.dsl.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder
Packages that use CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder
-
Uses of CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Couchbase component.Methods in org.apache.camel.builder.endpoint.dsl that return CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilderModifier and TypeMethodDescriptionCouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.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.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.CouchbaseEndpointBuilderFactory.AdvancedCouchbaseEndpointConsumerBuilder.basic()The bucket to use.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.collection(String collection) The collection to use.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.consumerProcessedStrategy(String consumerProcessedStrategy) Define the consumer Processed strategy to use.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.descending(boolean descending) Define if this operation is descending or not.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.descending(String descending) Define if this operation is descending or not.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.designDocumentName(String designDocumentName) The design document name to use.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.fullDocument(boolean fullDocument) If true consumer will return complete document instead data defined in view.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.fullDocument(String fullDocument) If true consumer will return complete document instead data defined in view.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.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.The key to use.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.limit(int limit) The output limit to use.The output limit to use.The password to use.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.rangeEndKey(String rangeEndKey) Define a range for the end key.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.rangeStartKey(String rangeStartKey) Define a range for the start key.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.The scope to use.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.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.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.skip(int skip) Define the skip to use.Define the skip to use.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.CouchbaseEndpointBuilderFactory.CouchbaseEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.The username to use.The view name to use.