public static interface XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
advanced() |
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
allowStAX(boolean allowStAX)
Whether to allow using StAX mode.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
allowStAX(String allowStAX)
Whether to allow using StAX mode.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default 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.
|
default 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.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
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 XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
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 XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default 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.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
headerName(String headerName)
To use a Camel Message header as the input source instead of Message
body.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
namespacePrefixes(Map<String,String> namespacePrefixes)
Allows to control which namespace prefixes to use for a set of
namespace mappings.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
namespacePrefixes(String namespacePrefixes)
Allows to control which namespace prefixes to use for a set of
namespace mappings.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
resultsFormat(String resultsFormat)
What output result to use.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
resultsFormat(XQueryEndpointBuilderFactory.ResultFormat resultsFormat)
What output result to use.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
resultType(Class<Object> resultType)
What output result to use defined as a class.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
resultType(String resultType)
What output result to use defined as a class.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default 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.
|
default 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.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
stripsAllWhiteSpace(boolean stripsAllWhiteSpace)
Whether to strip all whitespaces.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
stripsAllWhiteSpace(String stripsAllWhiteSpace)
Whether to strip all whitespaces.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder advanced()
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder allowStAX(boolean allowStAX)
allowStAX - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder allowStAX(String allowStAX)
allowStAX - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder headerName(String headerName)
headerName - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder namespacePrefixes(Map<String,String> namespacePrefixes)
namespacePrefixes - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder namespacePrefixes(String namespacePrefixes)
namespacePrefixes - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder resultsFormat(XQueryEndpointBuilderFactory.ResultFormat resultsFormat)
resultsFormat - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder resultsFormat(String resultsFormat)
resultsFormat - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder resultType(Class<Object> resultType)
resultType - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder resultType(String resultType)
resultType - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder stripsAllWhiteSpace(boolean stripsAllWhiteSpace)
stripsAllWhiteSpace - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder stripsAllWhiteSpace(String stripsAllWhiteSpace)
stripsAllWhiteSpace - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder delay(long delay)
delay - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder delay(String delay)
delay - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder greedy(boolean greedy)
greedy - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder greedy(String greedy)
greedy - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder scheduler(Object scheduler)
scheduler - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder scheduler(String scheduler)
scheduler - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder schedulerProperties(Map values)
values - the valuesdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setApache Camel