Uses of Interface
org.apache.camel.builder.endpoint.dsl.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder
Packages that use XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder
-
Uses of XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the XQuery component.Methods in org.apache.camel.builder.endpoint.dsl that return XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilderModifier and TypeMethodDescriptionXQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.allowStAX(boolean allowStAX) Whether to allow using StAX mode.Whether to allow using StAX mode.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder.basic()XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.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.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.headerName(String headerName) To use a Camel Message header as the input source instead of Message body.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.namespacePrefixes(String namespacePrefixes) Allows to control which namespace prefixes to use for a set of namespace mappings.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.namespacePrefixes(Map<String, String> namespacePrefixes) Allows to control which namespace prefixes to use for a set of namespace mappings.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.propertyName(String propertyName) To use a Camel Exchange property as the input source instead of Message body.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.resultsFormat(String resultsFormat) What output result to use.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.resultsFormat(org.apache.camel.component.xquery.ResultFormat resultsFormat) What output result to use.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.resultType(Class<Object> resultType) What output result to use defined as a class.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.resultType(String resultType) What output result to use defined as a class.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.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.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.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.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.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.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.stripsAllWhiteSpace(boolean stripsAllWhiteSpace) Whether to strip all whitespaces.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.stripsAllWhiteSpace(String stripsAllWhiteSpace) Whether to strip all whitespaces.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.