public static interface MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MyBatisEndpointBuilderFactory.AdvancedMyBatisEndpointConsumerBuilder |
advanced() |
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
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 MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
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 MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
maxMessagesPerPoll(int maxMessagesPerPoll)
This option is intended to split results returned by the database
pool into the batches and deliver them in multiple exchanges.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
maxMessagesPerPoll(String maxMessagesPerPoll)
This option is intended to split results returned by the database
pool into the batches and deliver them in multiple exchanges.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
onConsume(String onConsume)
Statement to run after data has been processed in the route.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
routeEmptyResultSet(boolean routeEmptyResultSet)
Whether allow empty resultset to be routed to the next hop.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
routeEmptyResultSet(String routeEmptyResultSet)
Whether allow empty resultset to be routed to the next hop.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
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 MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
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 MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
transacted(boolean transacted)
Enables or disables transaction.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
transacted(String transacted)
Enables or disables transaction.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
useIterator(boolean useIterator)
Process resultset individually or as a list.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder |
useIterator(String useIterator)
Process resultset individually or as a list.
|
default MyBatisEndpointBuilderFactory.AdvancedMyBatisEndpointConsumerBuilder advanced()
default MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder maxMessagesPerPoll(int maxMessagesPerPoll)
maxMessagesPerPoll - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder maxMessagesPerPoll(String maxMessagesPerPoll)
maxMessagesPerPoll - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder onConsume(String onConsume)
onConsume - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder routeEmptyResultSet(boolean routeEmptyResultSet)
routeEmptyResultSet - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder routeEmptyResultSet(String routeEmptyResultSet)
routeEmptyResultSet - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder transacted(boolean transacted)
transacted - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder transacted(String transacted)
transacted - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder useIterator(boolean useIterator)
useIterator - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder useIterator(String useIterator)
useIterator - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder delay(long delay)
delay - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder delay(String delay)
delay - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder greedy(boolean greedy)
greedy - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder greedy(String greedy)
greedy - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder scheduler(Object scheduler)
scheduler - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder scheduler(String scheduler)
scheduler - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder schedulerProperties(Map values)
values - the valuesdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setApache Camel