public static interface JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JooqEndpointBuilderFactory.AdvancedJooqEndpointConsumerBuilder |
advanced() |
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
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 JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
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 JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
consumeDelete(boolean consumeDelete)
Delete entity after it is consumed.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
consumeDelete(String consumeDelete)
Delete entity after it is consumed.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
databaseConfiguration(Object databaseConfiguration)
To use a specific database configuration.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
databaseConfiguration(String databaseConfiguration)
To use a specific database configuration.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
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 JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
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 JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default JooqEndpointBuilderFactory.AdvancedJooqEndpointConsumerBuilder advanced()
default JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder databaseConfiguration(Object databaseConfiguration)
databaseConfiguration - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder databaseConfiguration(String databaseConfiguration)
databaseConfiguration - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder consumeDelete(boolean consumeDelete)
consumeDelete - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder consumeDelete(String consumeDelete)
consumeDelete - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder delay(long delay)
delay - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder delay(String delay)
delay - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder greedy(boolean greedy)
greedy - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder greedy(String greedy)
greedy - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder scheduler(Object scheduler)
scheduler - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder scheduler(String scheduler)
scheduler - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder schedulerProperties(Map values)
values - the valuesdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault JooqEndpointBuilderFactory.JooqEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setApache Camel