default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.allowShortLines(boolean allowShortLines) |
Allows for lines to be shorter than expected and ignores the extra
characters.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.allowShortLines(String allowShortLines) |
Allows for lines to be shorter than expected and ignores the extra
characters.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) |
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) |
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.AdvancedFlatpackEndpointConsumerBuilder.basic() |
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.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 FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.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 FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.delay(long delay) |
Milliseconds before the next poll.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.delay(String delay) |
Milliseconds before the next poll.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.delimiter(char delimiter) |
The default character delimiter for delimited files.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.delimiter(String delimiter) |
The default character delimiter for delimited files.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.greedy(boolean greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.greedy(String greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.ignoreExtraColumns(boolean ignoreExtraColumns) |
Allows for lines to be longer than expected and ignores the extra
characters.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.ignoreExtraColumns(String ignoreExtraColumns) |
Allows for lines to be longer than expected and ignores the extra
characters.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.ignoreFirstRecord(boolean ignoreFirstRecord) |
Whether the first line is ignored for delimited files (for the column
headers).
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.ignoreFirstRecord(String ignoreFirstRecord) |
Whether the first line is ignored for delimited files (for the column
headers).
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.initialDelay(long initialDelay) |
Milliseconds before the first poll starts.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.initialDelay(String initialDelay) |
Milliseconds before the first poll starts.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.repeatCount(long repeatCount) |
Specifies a maximum limit of number of fires.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.repeatCount(String repeatCount) |
Specifies a maximum limit of number of fires.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.scheduler(Object scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.scheduler(String scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.schedulerProperties(String key,
Object value) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.schedulerProperties(Map values) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.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 FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.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 FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.splitRows(boolean splitRows) |
Sets the Component to send each row as a separate exchange once
parsed.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.splitRows(String splitRows) |
Sets the Component to send each row as a separate exchange once
parsed.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.startScheduler(boolean startScheduler) |
Whether the scheduler should be auto started.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.startScheduler(String startScheduler) |
Whether the scheduler should be auto started.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.textQualifier(char textQualifier) |
The text qualifier for delimited files.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.textQualifier(String textQualifier) |
The text qualifier for delimited files.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.timeUnit(String timeUnit) |
Time unit for initialDelay and delay options.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.timeUnit(TimeUnit timeUnit) |
Time unit for initialDelay and delay options.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder |
FlatpackEndpointBuilderFactory.FlatpackEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|