public static interface FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
account(String account)
Account to use for login.
|
default FtpEndpointBuilderFactory.AdvancedFtpEndpointConsumerBuilder |
advanced() |
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
antExclude(String antExclude)
Ant style filter exclusion.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
antFilterCaseSensitive(boolean antFilterCaseSensitive)
Sets case sensitive flag on ant filter.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
antFilterCaseSensitive(String antFilterCaseSensitive)
Sets case sensitive flag on ant filter.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
antInclude(String antInclude)
Ant style filter inclusion.
|
default 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 |
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 |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default 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 |
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 |
binary(boolean binary)
Specifies the file transfer mode, BINARY or ASCII.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
binary(String binary)
Specifies the file transfer mode, BINARY or ASCII.
|
default 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 |
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 |
charset(String charset)
This option is used to specify the encoding of the file.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
delete(boolean delete)
If true, the file will be deleted after it is processed successfully.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
delete(String delete)
If true, the file will be deleted after it is processed successfully.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
disconnect(boolean disconnect)
Whether or not to disconnect from remote FTP server right after use.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
disconnect(String disconnect)
Whether or not to disconnect from remote FTP server right after use.
|
default 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 |
eagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll)
Allows for controlling whether the limit from maxMessagesPerPoll is
eager or not.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
eagerMaxMessagesPerPoll(String eagerMaxMessagesPerPoll)
Allows for controlling whether the limit from maxMessagesPerPoll is
eager or not.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
exclude(String exclude)
Is used to exclude files, if filename matches the regex pattern
(matching is case in-sensitive).
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
excludeExt(String excludeExt)
Is used to exclude files matching file extension name (case
insensitive).
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
exclusiveReadLockStrategy(Object exclusiveReadLockStrategy)
Pluggable read-lock as a
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
implementation.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
exclusiveReadLockStrategy(String exclusiveReadLockStrategy)
Pluggable read-lock as a
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
implementation.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
fileName(org.apache.camel.Expression fileName)
Use Expression such as File Language to dynamically set the filename.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
fileName(String fileName)
Use Expression such as File Language to dynamically set the filename.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
filter(Object filter)
Pluggable filter as a
org.apache.camel.component.file.GenericFileFilter class.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
filter(String filter)
Pluggable filter as a
org.apache.camel.component.file.GenericFileFilter class.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
filterDirectory(org.apache.camel.Predicate filterDirectory)
Filters the directory based on Simple language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
filterDirectory(String filterDirectory)
Filters the directory based on Simple language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
filterFile(org.apache.camel.Predicate filterFile)
Filters the file based on Simple language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
filterFile(String filterFile)
Filters the file based on Simple language.
|
default 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 |
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 |
idempotent(Boolean idempotent)
Option to use the Idempotent Consumer EIP pattern to let Camel skip
already processed files.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
idempotent(String idempotent)
Option to use the Idempotent Consumer EIP pattern to let Camel skip
already processed files.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
idempotentKey(org.apache.camel.Expression idempotentKey)
To use a custom idempotent key.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
idempotentKey(String idempotentKey)
To use a custom idempotent key.
|
default 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 |
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 |
include(String include)
Is used to include files, if filename matches the regex pattern
(matching is case in-sensitive).
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
includeExt(String includeExt)
Is used to include files matching file extension name (case
insensitive).
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
maxDepth(int maxDepth)
The maximum depth to traverse when recursively processing a
directory.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
maxDepth(String maxDepth)
The maximum depth to traverse when recursively processing a
directory.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
maxMessagesPerPoll(int maxMessagesPerPoll)
To define a maximum messages to gather per poll.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
maxMessagesPerPoll(String maxMessagesPerPoll)
To define a maximum messages to gather per poll.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
minDepth(int minDepth)
The minimum depth to start processing when recursively processing a
directory.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
minDepth(String minDepth)
The minimum depth to start processing when recursively processing a
directory.
|
default 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 |
move(String move)
Expression (such as Simple Language) used to dynamically set the
filename when moving it after processing.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
moveFailed(org.apache.camel.Expression moveFailed)
Sets the move failure expression based on Simple language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
moveFailed(String moveFailed)
Sets the move failure expression based on Simple language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
noop(boolean noop)
If true, the file is not moved or deleted in any way.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
noop(String noop)
If true, the file is not moved or deleted in any way.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
passiveMode(boolean passiveMode)
Sets passive mode connections.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
passiveMode(String passiveMode)
Sets passive mode connections.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
password(String password)
Password to use for login.
|
default 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 |
preMove(String preMove)
Expression (such as File Language) used to dynamically set the
filename when moving it before processing.
|
default 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 |
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 |
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 |
readLockCheckInterval(long readLockCheckInterval)
Interval in millis for the read-lock, if supported by the read lock.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockCheckInterval(String readLockCheckInterval)
Interval in millis for the read-lock, if supported by the read lock.
|
default 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 |
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 |
readLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel)
Logging level used when a read lock could not be acquired.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockLoggingLevel(String readLockLoggingLevel)
Logging level used when a read lock could not be acquired.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockMarkerFile(boolean readLockMarkerFile)
Whether to use marker file with the changed, rename, or exclusive
read lock types.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockMarkerFile(String readLockMarkerFile)
Whether to use marker file with the changed, rename, or exclusive
read lock types.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockMinAge(long readLockMinAge)
This option is applied only for readLock=changed.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockMinAge(String readLockMinAge)
This option is applied only for readLock=changed.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockMinLength(long readLockMinLength)
This option is applied only for readLock=changed.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockMinLength(String readLockMinLength)
This option is applied only for readLock=changed.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockRemoveOnCommit(boolean readLockRemoveOnCommit)
This option is applied only for readLock=idempotent.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockRemoveOnCommit(String readLockRemoveOnCommit)
This option is applied only for readLock=idempotent.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockRemoveOnRollback(boolean readLockRemoveOnRollback)
This option is applied only for readLock=idempotent.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockRemoveOnRollback(String readLockRemoveOnRollback)
This option is applied only for readLock=idempotent.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockTimeout(long readLockTimeout)
Optional timeout in millis for the read-lock, if supported by the
read-lock.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
readLockTimeout(String readLockTimeout)
Optional timeout in millis for the read-lock, if supported by the
read-lock.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
recursive(boolean recursive)
If a directory, will look for files in all the sub-directories as
well.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
recursive(String recursive)
If a directory, will look for files in all the sub-directories as
well.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
resumeDownload(boolean resumeDownload)
Configures whether resume download is enabled.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
resumeDownload(String resumeDownload)
Configures whether resume download is enabled.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default 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 |
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 |
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 |
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 |
separator(FtpEndpointBuilderFactory.PathSeparator separator)
Sets the path separator to be used.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
separator(String separator)
Sets the path separator to be used.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
shuffle(boolean shuffle)
To shuffle the list of files (sort in random order).
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
shuffle(String shuffle)
To shuffle the list of files (sort in random order).
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
sortBy(Comparator<org.apache.camel.Exchange> sortBy)
Built-in sort by using the File Language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
sortBy(String sortBy)
Built-in sort by using the File Language.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
sorter(Comparator<Object> sorter)
Pluggable sorter as a java.util.Comparator class.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
sorter(String sorter)
Pluggable sorter as a java.util.Comparator class.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
streamDownload(boolean streamDownload)
Sets the download method to use when not using a local working
directory.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
streamDownload(String streamDownload)
Sets the download method to use when not using a local working
directory.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default 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 |
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 |
transferLoggingLevel(org.apache.camel.LoggingLevel transferLoggingLevel)
Configure the logging level to use when logging the progress of
upload and download operations.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
transferLoggingLevel(String transferLoggingLevel)
Configure the logging level to use when logging the progress of
upload and download operations.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
transferLoggingVerbose(boolean transferLoggingVerbose)
Configures whether the perform verbose (fine grained) logging of the
progress of upload and download operations.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
transferLoggingVerbose(String transferLoggingVerbose)
Configures whether the perform verbose (fine grained) logging of the
progress of upload and download operations.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder |
username(String username)
Username to use for login.
|
default FtpEndpointBuilderFactory.AdvancedFtpEndpointConsumerBuilder advanced()
default FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder binary(boolean binary)
binary - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder binary(String binary)
binary - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder charset(String charset)
charset - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder disconnect(boolean disconnect)
disconnect - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder disconnect(String disconnect)
disconnect - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder doneFileName(String doneFileName)
doneFileName - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder fileName(org.apache.camel.Expression fileName)
fileName - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder fileName(String fileName)
fileName - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder passiveMode(boolean passiveMode)
passiveMode - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder passiveMode(String passiveMode)
passiveMode - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder separator(FtpEndpointBuilderFactory.PathSeparator separator)
separator - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder separator(String separator)
separator - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder transferLoggingIntervalSeconds(int transferLoggingIntervalSeconds)
transferLoggingIntervalSeconds - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder transferLoggingIntervalSeconds(String transferLoggingIntervalSeconds)
transferLoggingIntervalSeconds - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder transferLoggingLevel(org.apache.camel.LoggingLevel transferLoggingLevel)
transferLoggingLevel - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder transferLoggingLevel(String transferLoggingLevel)
transferLoggingLevel - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder transferLoggingVerbose(boolean transferLoggingVerbose)
transferLoggingVerbose - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder transferLoggingVerbose(String transferLoggingVerbose)
transferLoggingVerbose - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder delete(boolean delete)
delete - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder delete(String delete)
delete - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder moveFailed(org.apache.camel.Expression moveFailed)
moveFailed - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder moveFailed(String moveFailed)
moveFailed - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder noop(boolean noop)
noop - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder noop(String noop)
noop - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder preMove(org.apache.camel.Expression preMove)
preMove - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder preMove(String preMove)
preMove - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder preSort(boolean preSort)
preSort - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder preSort(String preSort)
preSort - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder recursive(boolean recursive)
recursive - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder recursive(String recursive)
recursive - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder resumeDownload(boolean resumeDownload)
resumeDownload - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder resumeDownload(String resumeDownload)
resumeDownload - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder streamDownload(boolean streamDownload)
streamDownload - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder streamDownload(String streamDownload)
streamDownload - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder antExclude(String antExclude)
antExclude - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder antFilterCaseSensitive(boolean antFilterCaseSensitive)
antFilterCaseSensitive - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder antFilterCaseSensitive(String antFilterCaseSensitive)
antFilterCaseSensitive - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder antInclude(String antInclude)
antInclude - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder eagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll)
eagerMaxMessagesPerPoll - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder eagerMaxMessagesPerPoll(String eagerMaxMessagesPerPoll)
eagerMaxMessagesPerPoll - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder exclude(String exclude)
exclude - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder excludeExt(String excludeExt)
excludeExt - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder filter(Object filter)
filter - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder filter(String filter)
filter - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder filterDirectory(org.apache.camel.Predicate filterDirectory)
filterDirectory - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder filterDirectory(String filterDirectory)
filterDirectory - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder filterFile(org.apache.camel.Predicate filterFile)
filterFile - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder filterFile(String filterFile)
filterFile - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder idempotent(Boolean idempotent)
idempotent - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder idempotent(String idempotent)
idempotent - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder idempotentKey(org.apache.camel.Expression idempotentKey)
idempotentKey - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder idempotentKey(String idempotentKey)
idempotentKey - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository)
idempotentRepository - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder idempotentRepository(String idempotentRepository)
idempotentRepository - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder include(String include)
include - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder includeExt(String includeExt)
includeExt - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder maxDepth(int maxDepth)
maxDepth - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder maxDepth(String maxDepth)
maxDepth - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder maxMessagesPerPoll(int maxMessagesPerPoll)
maxMessagesPerPoll - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder maxMessagesPerPoll(String maxMessagesPerPoll)
maxMessagesPerPoll - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder minDepth(int minDepth)
minDepth - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder minDepth(String minDepth)
minDepth - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder move(org.apache.camel.Expression move)
move - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder move(String move)
move - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder exclusiveReadLockStrategy(Object exclusiveReadLockStrategy)
exclusiveReadLockStrategy - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder exclusiveReadLockStrategy(String exclusiveReadLockStrategy)
exclusiveReadLockStrategy - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLock(String readLock)
readLock - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockCheckInterval(long readLockCheckInterval)
readLockCheckInterval - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockCheckInterval(String readLockCheckInterval)
readLockCheckInterval - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockDeleteOrphanLockFiles(boolean readLockDeleteOrphanLockFiles)
readLockDeleteOrphanLockFiles - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockDeleteOrphanLockFiles(String readLockDeleteOrphanLockFiles)
readLockDeleteOrphanLockFiles - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel)
readLockLoggingLevel - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockLoggingLevel(String readLockLoggingLevel)
readLockLoggingLevel - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockMarkerFile(boolean readLockMarkerFile)
readLockMarkerFile - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockMarkerFile(String readLockMarkerFile)
readLockMarkerFile - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockMinAge(long readLockMinAge)
readLockMinAge - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockMinAge(String readLockMinAge)
readLockMinAge - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockMinLength(long readLockMinLength)
readLockMinLength - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockMinLength(String readLockMinLength)
readLockMinLength - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockRemoveOnCommit(boolean readLockRemoveOnCommit)
readLockRemoveOnCommit - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockRemoveOnCommit(String readLockRemoveOnCommit)
readLockRemoveOnCommit - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockRemoveOnRollback(boolean readLockRemoveOnRollback)
readLockRemoveOnRollback - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockRemoveOnRollback(String readLockRemoveOnRollback)
readLockRemoveOnRollback - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockTimeout(long readLockTimeout)
readLockTimeout - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder readLockTimeout(String readLockTimeout)
readLockTimeout - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder delay(long delay)
delay - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder delay(String delay)
delay - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder greedy(boolean greedy)
greedy - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder greedy(String greedy)
greedy - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder scheduler(Object scheduler)
scheduler - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder scheduler(String scheduler)
scheduler - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder schedulerProperties(Map values)
values - the valuesdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder account(String account)
account - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder password(String password)
password - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder username(String username)
username - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder shuffle(boolean shuffle)
shuffle - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder shuffle(String shuffle)
shuffle - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder sortBy(Comparator<org.apache.camel.Exchange> sortBy)
sortBy - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder sortBy(String sortBy)
sortBy - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder sorter(Comparator<Object> sorter)
sorter - the value to setdefault FtpEndpointBuilderFactory.FtpEndpointConsumerBuilder sorter(String sorter)
sorter - the value to setApache Camel