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