default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.account(String account) |
Account to use for login.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.antExclude(String antExclude) |
Ant style filter exclusion.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.antFilterCaseSensitive(boolean antFilterCaseSensitive) |
Sets case sensitive flag on ant filter.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.antFilterCaseSensitive(String antFilterCaseSensitive) |
Sets case sensitive flag on ant filter.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.antInclude(String antInclude) |
Ant style filter inclusion.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) |
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) |
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) |
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) |
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.AdvancedFtpEndpointConsumerBuilder.basic() |
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.binary(boolean binary) |
Specifies the file transfer mode, BINARY or ASCII.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.binary(String binary) |
Specifies the file transfer mode, BINARY or ASCII.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.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 FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.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 FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.charset(String charset) |
This option is used to specify the encoding of the file.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.delay(long delay) |
Milliseconds before the next poll.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.delay(String delay) |
Milliseconds before the next poll.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.delete(boolean delete) |
If true, the file will be deleted after it is processed successfully.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.delete(String delete) |
If true, the file will be deleted after it is processed successfully.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.disconnect(boolean disconnect) |
Whether or not to disconnect from remote FTP server right after use.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.disconnect(String disconnect) |
Whether or not to disconnect from remote FTP server right after use.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.doneFileName(String doneFileName) |
Producer: If provided, then Camel will write a 2nd done file when the
original file has been written.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.eagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll) |
Allows for controlling whether the limit from maxMessagesPerPoll is
eager or not.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.eagerMaxMessagesPerPoll(String eagerMaxMessagesPerPoll) |
Allows for controlling whether the limit from maxMessagesPerPoll is
eager or not.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.exclude(String exclude) |
Is used to exclude files, if filename matches the regex pattern
(matching is case in-senstive).
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.exclusiveReadLockStrategy(Object exclusiveReadLockStrategy) |
Pluggable read-lock as a
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
implementation.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.exclusiveReadLockStrategy(String exclusiveReadLockStrategy) |
Pluggable read-lock as a
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
implementation.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.fileName(String fileName) |
Use Expression such as File Language to dynamically set the filename.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.fileName(org.apache.camel.Expression fileName) |
Use Expression such as File Language to dynamically set the filename.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.filter(Object filter) |
Pluggable filter as a
org.apache.camel.component.file.GenericFileFilter class.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.filter(String filter) |
Pluggable filter as a
org.apache.camel.component.file.GenericFileFilter class.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.filterDirectory(String filterDirectory) |
Filters the directory based on Simple language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.filterDirectory(org.apache.camel.Predicate filterDirectory) |
Filters the directory based on Simple language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.filterFile(String filterFile) |
Filters the file based on Simple language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.filterFile(org.apache.camel.Predicate filterFile) |
Filters the file based on Simple language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.greedy(boolean greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.greedy(String greedy) |
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.idempotent(Boolean idempotent) |
Option to use the Idempotent Consumer EIP pattern to let Camel skip
already processed files.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.idempotent(String idempotent) |
Option to use the Idempotent Consumer EIP pattern to let Camel skip
already processed files.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.idempotentKey(String idempotentKey) |
To use a custom idempotent key.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.idempotentKey(org.apache.camel.Expression idempotentKey) |
To use a custom idempotent key.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.idempotentRepository(String idempotentRepository) |
A pluggable repository org.apache.camel.spi.IdempotentRepository
which by default use MemoryMessageIdRepository if none is specified
and idempotent is true.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository) |
A pluggable repository org.apache.camel.spi.IdempotentRepository
which by default use MemoryMessageIdRepository if none is specified
and idempotent is true.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.include(String include) |
Is used to include files, if filename matches the regex pattern
(matching is case in-sensitive).
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.initialDelay(long initialDelay) |
Milliseconds before the first poll starts.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.initialDelay(String initialDelay) |
Milliseconds before the first poll starts.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.maxDepth(int maxDepth) |
The maximum depth to traverse when recursively processing a
directory.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.maxDepth(String maxDepth) |
The maximum depth to traverse when recursively processing a
directory.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.maxMessagesPerPoll(int maxMessagesPerPoll) |
To define a maximum messages to gather per poll.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.maxMessagesPerPoll(String maxMessagesPerPoll) |
To define a maximum messages to gather per poll.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.minDepth(int minDepth) |
The minimum depth to start processing when recursively processing a
directory.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.minDepth(String minDepth) |
The minimum depth to start processing when recursively processing a
directory.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.move(String move) |
Expression (such as Simple Language) used to dynamically set the
filename when moving it after processing.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.move(org.apache.camel.Expression move) |
Expression (such as Simple Language) used to dynamically set the
filename when moving it after processing.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.moveFailed(String moveFailed) |
Sets the move failure expression based on Simple language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.moveFailed(org.apache.camel.Expression moveFailed) |
Sets the move failure expression based on Simple language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.noop(boolean noop) |
If true, the file is not moved or deleted in any way.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.noop(String noop) |
If true, the file is not moved or deleted in any way.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.passiveMode(boolean passiveMode) |
Sets passive mode connections.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.passiveMode(String passiveMode) |
Sets passive mode connections.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.password(String password) |
Password to use for login.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.preMove(String preMove) |
Expression (such as File Language) used to dynamically set the
filename when moving it before processing.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.preMove(org.apache.camel.Expression preMove) |
Expression (such as File Language) used to dynamically set the
filename when moving it before processing.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.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 FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.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 FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLock(String readLock) |
Used by consumer, to only poll the files if it has exclusive
read-lock on the file (i.e.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockCheckInterval(long readLockCheckInterval) |
Interval in millis for the read-lock, if supported by the read lock.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockCheckInterval(String readLockCheckInterval) |
Interval in millis for the read-lock, if supported by the read lock.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.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 FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.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 FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockLoggingLevel(String readLockLoggingLevel) |
Logging level used when a read lock could not be acquired.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel) |
Logging level used when a read lock could not be acquired.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockMarkerFile(boolean readLockMarkerFile) |
Whether to use marker file with the changed, rename, or exclusive
read lock types.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockMarkerFile(String readLockMarkerFile) |
Whether to use marker file with the changed, rename, or exclusive
read lock types.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockMinAge(long readLockMinAge) |
This option is applied only for readLock=changed.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockMinAge(String readLockMinAge) |
This option is applied only for readLock=changed.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockMinLength(long readLockMinLength) |
This option is applied only for readLock=changed.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockMinLength(String readLockMinLength) |
This option is applied only for readLock=changed.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockRemoveOnCommit(boolean readLockRemoveOnCommit) |
This option is applied only for readLock=idempotent.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockRemoveOnCommit(String readLockRemoveOnCommit) |
This option is applied only for readLock=idempotent.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockRemoveOnRollback(boolean readLockRemoveOnRollback) |
This option is applied only for readLock=idempotent.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockRemoveOnRollback(String readLockRemoveOnRollback) |
This option is applied only for readLock=idempotent.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockTimeout(long readLockTimeout) |
Optional timeout in millis for the read-lock, if supported by the
read-lock.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.readLockTimeout(String readLockTimeout) |
Optional timeout in millis for the read-lock, if supported by the
read-lock.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.recursive(boolean recursive) |
If a directory, will look for files in all the sub-directories as
well.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.recursive(String recursive) |
If a directory, will look for files in all the sub-directories as
well.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.repeatCount(long repeatCount) |
Specifies a maximum limit of number of fires.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.repeatCount(String repeatCount) |
Specifies a maximum limit of number of fires.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.resumeDownload(boolean resumeDownload) |
Configures whether resume download is enabled.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.resumeDownload(String resumeDownload) |
Configures whether resume download is enabled.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) |
The consumer logs a start/complete log line when it polls.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) |
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.scheduler(Object scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.scheduler(String scheduler) |
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.schedulerProperties(String key,
Object value) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.schedulerProperties(Map values) |
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.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 FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.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 FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.separator(String separator) |
Sets the path separator to be used.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.separator(FtpEndpointBuilderFactory.PathSeparator separator) |
Sets the path separator to be used.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.shuffle(boolean shuffle) |
To shuffle the list of files (sort in random order).
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.shuffle(String shuffle) |
To shuffle the list of files (sort in random order).
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.sortBy(String sortBy) |
Built-in sort by using the File Language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.sortBy(Comparator<org.apache.camel.Exchange> sortBy) |
Built-in sort by using the File Language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.sorter(String sorter) |
Pluggable sorter as a java.util.Comparator class.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.sorter(Comparator<Object> sorter) |
Pluggable sorter as a java.util.Comparator class.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.startScheduler(boolean startScheduler) |
Whether the scheduler should be auto started.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.startScheduler(String startScheduler) |
Whether the scheduler should be auto started.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.streamDownload(boolean streamDownload) |
Sets the download method to use when not using a local working
directory.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.streamDownload(String streamDownload) |
Sets the download method to use when not using a local working
directory.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.timeUnit(String timeUnit) |
Time unit for initialDelay and delay options.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.timeUnit(TimeUnit timeUnit) |
Time unit for initialDelay and delay options.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.transferLoggingIntervalSeconds(int transferLoggingIntervalSeconds) |
Configures the interval in seconds to use when logging the progress
of upload and download operations that are in-flight.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.transferLoggingIntervalSeconds(String transferLoggingIntervalSeconds) |
Configures the interval in seconds to use when logging the progress
of upload and download operations that are in-flight.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.transferLoggingLevel(String transferLoggingLevel) |
Configure the logging level to use when logging the progress of
upload and download operations.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.transferLoggingLevel(org.apache.camel.LoggingLevel transferLoggingLevel) |
Configure the logging level to use when logging the progress of
upload and download operations.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.transferLoggingVerbose(boolean transferLoggingVerbose) |
Configures whether the perform verbose (fine grained) logging of the
progress of upload and download operations.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.transferLoggingVerbose(String transferLoggingVerbose) |
Configures whether the perform verbose (fine grained) logging of the
progress of upload and download operations.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) |
Controls if fixed delay or fixed rate is used.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder.username(String username) |
Username to use for login.
|