public static interface FileEndpointBuilderFactory.FileEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder |
advanced() |
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
antExclude(String antExclude)
Ant style filter exclusion.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
antFilterCaseSensitive(boolean antFilterCaseSensitive)
Sets case sensitive flag on ant filter.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
antFilterCaseSensitive(String antFilterCaseSensitive)
Sets case sensitive flag on ant filter.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
antInclude(String antInclude)
Ant style filter inclusion.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
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 FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
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 FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
charset(String charset)
This option is used to specify the encoding of the file.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
delete(boolean delete)
If true, the file will be deleted after it is processed successfully.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
delete(String delete)
If true, the file will be deleted after it is processed successfully.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
doneFileName(String doneFileName)
Producer: If provided, then Camel will write a 2nd done file when the
original file has been written.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
eagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll)
Allows for controlling whether the limit from maxMessagesPerPoll is
eager or not.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
eagerMaxMessagesPerPoll(String eagerMaxMessagesPerPoll)
Allows for controlling whether the limit from maxMessagesPerPoll is
eager or not.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
exclude(String exclude)
Is used to exclude files, if filename matches the regex pattern
(matching is case in-sensitive).
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
excludeExt(String excludeExt)
Is used to exclude files matching file extension name (case
insensitive).
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
exclusiveReadLockStrategy(Object exclusiveReadLockStrategy)
Pluggable read-lock as a
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
implementation.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
exclusiveReadLockStrategy(String exclusiveReadLockStrategy)
Pluggable read-lock as a
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
implementation.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
fileName(org.apache.camel.Expression fileName)
Use Expression such as File Language to dynamically set the filename.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
fileName(String fileName)
Use Expression such as File Language to dynamically set the filename.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
filter(Object filter)
Pluggable filter as a
org.apache.camel.component.file.GenericFileFilter class.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
filter(String filter)
Pluggable filter as a
org.apache.camel.component.file.GenericFileFilter class.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
filterDirectory(org.apache.camel.Predicate filterDirectory)
Filters the directory based on Simple language.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
filterDirectory(String filterDirectory)
Filters the directory based on Simple language.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
filterFile(org.apache.camel.Predicate filterFile)
Filters the file based on Simple language.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
filterFile(String filterFile)
Filters the file based on Simple language.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
idempotent(Boolean idempotent)
Option to use the Idempotent Consumer EIP pattern to let Camel skip
already processed files.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
idempotent(String idempotent)
Option to use the Idempotent Consumer EIP pattern to let Camel skip
already processed files.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
idempotentKey(org.apache.camel.Expression idempotentKey)
To use a custom idempotent key.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
idempotentKey(String idempotentKey)
To use a custom idempotent key.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository)
A pluggable repository org.apache.camel.spi.IdempotentRepository
which by default use MemoryIdempotentRepository if none is specified
and idempotent is true.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
idempotentRepository(String idempotentRepository)
A pluggable repository org.apache.camel.spi.IdempotentRepository
which by default use MemoryIdempotentRepository if none is specified
and idempotent is true.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
include(String include)
Is used to include files, if filename matches the regex pattern
(matching is case in-sensitive).
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
includeExt(String includeExt)
Is used to include files matching file extension name (case
insensitive).
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
maxDepth(int maxDepth)
The maximum depth to traverse when recursively processing a
directory.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
maxDepth(String maxDepth)
The maximum depth to traverse when recursively processing a
directory.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
maxMessagesPerPoll(int maxMessagesPerPoll)
To define a maximum messages to gather per poll.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
maxMessagesPerPoll(String maxMessagesPerPoll)
To define a maximum messages to gather per poll.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
minDepth(int minDepth)
The minimum depth to start processing when recursively processing a
directory.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
minDepth(String minDepth)
The minimum depth to start processing when recursively processing a
directory.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
move(org.apache.camel.Expression move)
Expression (such as Simple Language) used to dynamically set the
filename when moving it after processing.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
move(String move)
Expression (such as Simple Language) used to dynamically set the
filename when moving it after processing.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
moveFailed(org.apache.camel.Expression moveFailed)
Sets the move failure expression based on Simple language.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
moveFailed(String moveFailed)
Sets the move failure expression based on Simple language.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
noop(boolean noop)
If true, the file is not moved or deleted in any way.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
noop(String noop)
If true, the file is not moved or deleted in any way.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
preMove(org.apache.camel.Expression preMove)
Expression (such as File Language) used to dynamically set the
filename when moving it before processing.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
preMove(String preMove)
Expression (such as File Language) used to dynamically set the
filename when moving it before processing.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
preSort(boolean preSort)
When pre-sort is enabled then the consumer will sort the file and
directory names during polling, that was retrieved from the file
system.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
preSort(String preSort)
When pre-sort is enabled then the consumer will sort the file and
directory names during polling, that was retrieved from the file
system.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLock(String readLock)
Used by consumer, to only poll the files if it has exclusive
read-lock on the file (i.e.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockCheckInterval(long readLockCheckInterval)
Interval in millis for the read-lock, if supported by the read lock.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockCheckInterval(String readLockCheckInterval)
Interval in millis for the read-lock, if supported by the read lock.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockDeleteOrphanLockFiles(boolean readLockDeleteOrphanLockFiles)
Whether or not read lock with marker files should upon startup delete
any orphan read lock files, which may have been left on the file
system, if Camel was not properly shutdown (such as a JVM crash).
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockDeleteOrphanLockFiles(String readLockDeleteOrphanLockFiles)
Whether or not read lock with marker files should upon startup delete
any orphan read lock files, which may have been left on the file
system, if Camel was not properly shutdown (such as a JVM crash).
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockIdempotentReleaseAsync(boolean readLockIdempotentReleaseAsync)
Whether the delayed release task should be synchronous or
asynchronous.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockIdempotentReleaseAsync(String readLockIdempotentReleaseAsync)
Whether the delayed release task should be synchronous or
asynchronous.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockIdempotentReleaseAsyncPoolSize(int readLockIdempotentReleaseAsyncPoolSize)
The number of threads in the scheduled thread pool when using
asynchronous release tasks.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockIdempotentReleaseAsyncPoolSize(String readLockIdempotentReleaseAsyncPoolSize)
The number of threads in the scheduled thread pool when using
asynchronous release tasks.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockIdempotentReleaseDelay(int readLockIdempotentReleaseDelay)
Whether to delay the release task for a period of millis.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockIdempotentReleaseDelay(String readLockIdempotentReleaseDelay)
Whether to delay the release task for a period of millis.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockIdempotentReleaseExecutorService(ScheduledExecutorService readLockIdempotentReleaseExecutorService)
To use a custom and shared thread pool for asynchronous release
tasks.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockIdempotentReleaseExecutorService(String readLockIdempotentReleaseExecutorService)
To use a custom and shared thread pool for asynchronous release
tasks.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel)
Logging level used when a read lock could not be acquired.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockLoggingLevel(String readLockLoggingLevel)
Logging level used when a read lock could not be acquired.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockMarkerFile(boolean readLockMarkerFile)
Whether to use marker file with the changed, rename, or exclusive
read lock types.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockMarkerFile(String readLockMarkerFile)
Whether to use marker file with the changed, rename, or exclusive
read lock types.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockMinAge(long readLockMinAge)
This option is applied only for readLock=changed.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockMinAge(String readLockMinAge)
This option is applied only for readLock=changed.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockMinLength(long readLockMinLength)
This option is applied only for readLock=changed.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockMinLength(String readLockMinLength)
This option is applied only for readLock=changed.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockRemoveOnCommit(boolean readLockRemoveOnCommit)
This option is applied only for readLock=idempotent.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockRemoveOnCommit(String readLockRemoveOnCommit)
This option is applied only for readLock=idempotent.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockRemoveOnRollback(boolean readLockRemoveOnRollback)
This option is applied only for readLock=idempotent.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockRemoveOnRollback(String readLockRemoveOnRollback)
This option is applied only for readLock=idempotent.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockTimeout(long readLockTimeout)
Optional timeout in millis for the read-lock, if supported by the
read-lock.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
readLockTimeout(String readLockTimeout)
Optional timeout in millis for the read-lock, if supported by the
read-lock.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
recursive(boolean recursive)
If a directory, will look for files in all the sub-directories as
well.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
recursive(String recursive)
If a directory, will look for files in all the sub-directories as
well.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
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 FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
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 FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
shuffle(boolean shuffle)
To shuffle the list of files (sort in random order).
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
shuffle(String shuffle)
To shuffle the list of files (sort in random order).
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
sortBy(Comparator<org.apache.camel.Exchange> sortBy)
Built-in sort by using the File Language.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
sortBy(String sortBy)
Built-in sort by using the File Language.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
sorter(Comparator<Object> sorter)
Pluggable sorter as a java.util.Comparator class.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
sorter(String sorter)
Pluggable sorter as a java.util.Comparator class.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder advanced()
default FileEndpointBuilderFactory.FileEndpointConsumerBuilder charset(String charset)
charset - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder doneFileName(String doneFileName)
doneFileName - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder fileName(org.apache.camel.Expression fileName)
fileName - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder fileName(String fileName)
fileName - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder delete(boolean delete)
delete - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder delete(String delete)
delete - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder moveFailed(org.apache.camel.Expression moveFailed)
moveFailed - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder moveFailed(String moveFailed)
moveFailed - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder noop(boolean noop)
noop - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder noop(String noop)
noop - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder preMove(org.apache.camel.Expression preMove)
preMove - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder preMove(String preMove)
preMove - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder preSort(boolean preSort)
preSort - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder preSort(String preSort)
preSort - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder recursive(boolean recursive)
recursive - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder recursive(String recursive)
recursive - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder antExclude(String antExclude)
antExclude - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder antFilterCaseSensitive(boolean antFilterCaseSensitive)
antFilterCaseSensitive - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder antFilterCaseSensitive(String antFilterCaseSensitive)
antFilterCaseSensitive - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder antInclude(String antInclude)
antInclude - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder eagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll)
eagerMaxMessagesPerPoll - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder eagerMaxMessagesPerPoll(String eagerMaxMessagesPerPoll)
eagerMaxMessagesPerPoll - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder exclude(String exclude)
exclude - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder excludeExt(String excludeExt)
excludeExt - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder filter(Object filter)
filter - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder filter(String filter)
filter - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder filterDirectory(org.apache.camel.Predicate filterDirectory)
filterDirectory - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder filterDirectory(String filterDirectory)
filterDirectory - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder filterFile(org.apache.camel.Predicate filterFile)
filterFile - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder filterFile(String filterFile)
filterFile - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder idempotent(Boolean idempotent)
idempotent - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder idempotent(String idempotent)
idempotent - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder idempotentKey(org.apache.camel.Expression idempotentKey)
idempotentKey - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder idempotentKey(String idempotentKey)
idempotentKey - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository)
idempotentRepository - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder idempotentRepository(String idempotentRepository)
idempotentRepository - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder include(String include)
include - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder includeExt(String includeExt)
includeExt - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder maxDepth(int maxDepth)
maxDepth - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder maxDepth(String maxDepth)
maxDepth - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder maxMessagesPerPoll(int maxMessagesPerPoll)
maxMessagesPerPoll - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder maxMessagesPerPoll(String maxMessagesPerPoll)
maxMessagesPerPoll - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder minDepth(int minDepth)
minDepth - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder minDepth(String minDepth)
minDepth - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder move(org.apache.camel.Expression move)
move - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder move(String move)
move - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder exclusiveReadLockStrategy(Object exclusiveReadLockStrategy)
exclusiveReadLockStrategy - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder exclusiveReadLockStrategy(String exclusiveReadLockStrategy)
exclusiveReadLockStrategy - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLock(String readLock)
readLock - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockCheckInterval(long readLockCheckInterval)
readLockCheckInterval - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockCheckInterval(String readLockCheckInterval)
readLockCheckInterval - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockDeleteOrphanLockFiles(boolean readLockDeleteOrphanLockFiles)
readLockDeleteOrphanLockFiles - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockDeleteOrphanLockFiles(String readLockDeleteOrphanLockFiles)
readLockDeleteOrphanLockFiles - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockIdempotentReleaseAsync(boolean readLockIdempotentReleaseAsync)
readLockIdempotentReleaseAsync - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockIdempotentReleaseAsync(String readLockIdempotentReleaseAsync)
readLockIdempotentReleaseAsync - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockIdempotentReleaseAsyncPoolSize(int readLockIdempotentReleaseAsyncPoolSize)
readLockIdempotentReleaseAsyncPoolSize - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockIdempotentReleaseAsyncPoolSize(String readLockIdempotentReleaseAsyncPoolSize)
readLockIdempotentReleaseAsyncPoolSize - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockIdempotentReleaseDelay(int readLockIdempotentReleaseDelay)
readLockIdempotentReleaseDelay - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockIdempotentReleaseDelay(String readLockIdempotentReleaseDelay)
readLockIdempotentReleaseDelay - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockIdempotentReleaseExecutorService(ScheduledExecutorService readLockIdempotentReleaseExecutorService)
readLockIdempotentReleaseExecutorService - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockIdempotentReleaseExecutorService(String readLockIdempotentReleaseExecutorService)
readLockIdempotentReleaseExecutorService - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel)
readLockLoggingLevel - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockLoggingLevel(String readLockLoggingLevel)
readLockLoggingLevel - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockMarkerFile(boolean readLockMarkerFile)
readLockMarkerFile - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockMarkerFile(String readLockMarkerFile)
readLockMarkerFile - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockMinAge(long readLockMinAge)
readLockMinAge - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockMinAge(String readLockMinAge)
readLockMinAge - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockMinLength(long readLockMinLength)
readLockMinLength - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockMinLength(String readLockMinLength)
readLockMinLength - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockRemoveOnCommit(boolean readLockRemoveOnCommit)
readLockRemoveOnCommit - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockRemoveOnCommit(String readLockRemoveOnCommit)
readLockRemoveOnCommit - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockRemoveOnRollback(boolean readLockRemoveOnRollback)
readLockRemoveOnRollback - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockRemoveOnRollback(String readLockRemoveOnRollback)
readLockRemoveOnRollback - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockTimeout(long readLockTimeout)
readLockTimeout - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder readLockTimeout(String readLockTimeout)
readLockTimeout - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder delay(long delay)
delay - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder delay(String delay)
delay - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder greedy(boolean greedy)
greedy - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder greedy(String greedy)
greedy - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder scheduler(Object scheduler)
scheduler - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder scheduler(String scheduler)
scheduler - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder schedulerProperties(Map values)
values - the valuesdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder shuffle(boolean shuffle)
shuffle - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder shuffle(String shuffle)
shuffle - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder sortBy(Comparator<org.apache.camel.Exchange> sortBy)
sortBy - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder sortBy(String sortBy)
sortBy - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder sorter(Comparator<Object> sorter)
sorter - the value to setdefault FileEndpointBuilderFactory.FileEndpointConsumerBuilder sorter(String sorter)
sorter - the value to setApache Camel