public static interface SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SftpEndpointBuilderFactory.AdvancedSftpEndpointConsumerBuilder |
advanced() |
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
antExclude(String antExclude)
Ant style filter exclusion.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
antFilterCaseSensitive(boolean antFilterCaseSensitive)
Sets case sensitive flag on ant filter.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
antFilterCaseSensitive(String antFilterCaseSensitive)
Sets case sensitive flag on ant filter.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
antInclude(String antInclude)
Ant style filter inclusion.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
binary(boolean binary)
Specifies the file transfer mode, BINARY or ASCII.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
binary(String binary)
Specifies the file transfer mode, BINARY or ASCII.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
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 SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
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 SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
charset(String charset)
This option is used to specify the encoding of the file.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
ciphers(String ciphers)
Set a comma separated list of ciphers that will be used in order of
preference.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
delete(boolean delete)
If true, the file will be deleted after it is processed successfully.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
delete(String delete)
If true, the file will be deleted after it is processed successfully.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
disconnect(boolean disconnect)
Whether or not to disconnect from remote FTP server right after use.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
disconnect(String disconnect)
Whether or not to disconnect from remote FTP server right after use.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
doneFileName(String doneFileName)
Producer: If provided, then Camel will write a 2nd done file when the
original file has been written.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
eagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll)
Allows for controlling whether the limit from maxMessagesPerPoll is
eager or not.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
eagerMaxMessagesPerPoll(String eagerMaxMessagesPerPoll)
Allows for controlling whether the limit from maxMessagesPerPoll is
eager or not.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
exclude(String exclude)
Is used to exclude files, if filename matches the regex pattern
(matching is case in-senstive).
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
exclusiveReadLockStrategy(Object exclusiveReadLockStrategy)
Pluggable read-lock as a
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
implementation.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
exclusiveReadLockStrategy(String exclusiveReadLockStrategy)
Pluggable read-lock as a
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
implementation.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
fileName(org.apache.camel.Expression fileName)
Use Expression such as File Language to dynamically set the filename.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
fileName(String fileName)
Use Expression such as File Language to dynamically set the filename.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
filter(Object filter)
Pluggable filter as a
org.apache.camel.component.file.GenericFileFilter class.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
filter(String filter)
Pluggable filter as a
org.apache.camel.component.file.GenericFileFilter class.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
filterDirectory(org.apache.camel.Predicate filterDirectory)
Filters the directory based on Simple language.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
filterDirectory(String filterDirectory)
Filters the directory based on Simple language.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
filterFile(org.apache.camel.Predicate filterFile)
Filters the file based on Simple language.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
filterFile(String filterFile)
Filters the file based on Simple language.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
idempotent(Boolean idempotent)
Option to use the Idempotent Consumer EIP pattern to let Camel skip
already processed files.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
idempotent(String idempotent)
Option to use the Idempotent Consumer EIP pattern to let Camel skip
already processed files.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
idempotentKey(org.apache.camel.Expression idempotentKey)
To use a custom idempotent key.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
idempotentKey(String idempotentKey)
To use a custom idempotent key.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
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 SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
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 SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
include(String include)
Is used to include files, if filename matches the regex pattern
(matching is case in-sensitive).
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
jschLoggingLevel(org.apache.camel.LoggingLevel jschLoggingLevel)
The logging level to use for JSCH activity logging.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
jschLoggingLevel(String jschLoggingLevel)
The logging level to use for JSCH activity logging.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
keyPair(KeyPair keyPair)
Sets a key pair of the public and private key so to that the SFTP
endpoint can do public/private key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
keyPair(String keyPair)
Sets a key pair of the public and private key so to that the SFTP
endpoint can do public/private key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
knownHosts(Byte[] knownHosts)
Sets the known_hosts from the byte array, so that the SFTP endpoint
can do host key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
knownHosts(String knownHosts)
Sets the known_hosts from the byte array, so that the SFTP endpoint
can do host key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
knownHostsFile(String knownHostsFile)
Sets the known_hosts file, so that the SFTP endpoint can do host key
verification.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
knownHostsUri(String knownHostsUri)
Sets the known_hosts file (loaded from classpath by default), so that
the SFTP endpoint can do host key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
maxDepth(int maxDepth)
The maximum depth to traverse when recursively processing a
directory.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
maxDepth(String maxDepth)
The maximum depth to traverse when recursively processing a
directory.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
maxMessagesPerPoll(int maxMessagesPerPoll)
To define a maximum messages to gather per poll.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
maxMessagesPerPoll(String maxMessagesPerPoll)
To define a maximum messages to gather per poll.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
minDepth(int minDepth)
The minimum depth to start processing when recursively processing a
directory.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
minDepth(String minDepth)
The minimum depth to start processing when recursively processing a
directory.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
move(org.apache.camel.Expression move)
Expression (such as Simple Language) used to dynamically set the
filename when moving it after processing.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
move(String move)
Expression (such as Simple Language) used to dynamically set the
filename when moving it after processing.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
moveFailed(org.apache.camel.Expression moveFailed)
Sets the move failure expression based on Simple language.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
moveFailed(String moveFailed)
Sets the move failure expression based on Simple language.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
noop(boolean noop)
If true, the file is not moved or deleted in any way.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
noop(String noop)
If true, the file is not moved or deleted in any way.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
passiveMode(boolean passiveMode)
Sets passive mode connections.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
passiveMode(String passiveMode)
Sets passive mode connections.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
password(String password)
Password to use for login.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
preferredAuthentications(String preferredAuthentications)
Set the preferred authentications which SFTP endpoint will used.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
preMove(org.apache.camel.Expression preMove)
Expression (such as File Language) used to dynamically set the
filename when moving it before processing.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
preMove(String preMove)
Expression (such as File Language) used to dynamically set the
filename when moving it before processing.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
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 SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
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 SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
privateKey(Byte[] privateKey)
Set the private key as byte so that the SFTP endpoint can do private
key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
privateKey(String privateKey)
Set the private key as byte so that the SFTP endpoint can do private
key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
privateKeyFile(String privateKeyFile)
Set the private key file so that the SFTP endpoint can do private key
verification.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
privateKeyPassphrase(String privateKeyPassphrase)
Set the private key file passphrase so that the SFTP endpoint can do
private key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
privateKeyUri(String privateKeyUri)
Set the private key file (loaded from classpath by default) so that
the SFTP endpoint can do private key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLock(String readLock)
Used by consumer, to only poll the files if it has exclusive
read-lock on the file (i.e.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockCheckInterval(long readLockCheckInterval)
Interval in millis for the read-lock, if supported by the read lock.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockCheckInterval(String readLockCheckInterval)
Interval in millis for the read-lock, if supported by the read lock.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
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 SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
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 SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockIdempotentReleaseAsync(boolean readLockIdempotentReleaseAsync)
Whether the delayed release task should be synchronous or
asynchronous.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockIdempotentReleaseAsync(String readLockIdempotentReleaseAsync)
Whether the delayed release task should be synchronous or
asynchronous.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockIdempotentReleaseAsyncPoolSize(int readLockIdempotentReleaseAsyncPoolSize)
The number of threads in the scheduled thread pool when using
asynchronous release tasks.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockIdempotentReleaseAsyncPoolSize(String readLockIdempotentReleaseAsyncPoolSize)
The number of threads in the scheduled thread pool when using
asynchronous release tasks.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockIdempotentReleaseDelay(int readLockIdempotentReleaseDelay)
Whether to delay the release task for a period of millis.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockIdempotentReleaseDelay(String readLockIdempotentReleaseDelay)
Whether to delay the release task for a period of millis.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockIdempotentReleaseExecutorService(ScheduledExecutorService readLockIdempotentReleaseExecutorService)
To use a custom and shared thread pool for asynchronous release
tasks.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockIdempotentReleaseExecutorService(String readLockIdempotentReleaseExecutorService)
To use a custom and shared thread pool for asynchronous release
tasks.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel)
Logging level used when a read lock could not be acquired.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockLoggingLevel(String readLockLoggingLevel)
Logging level used when a read lock could not be acquired.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockMarkerFile(boolean readLockMarkerFile)
Whether to use marker file with the changed, rename, or exclusive
read lock types.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockMarkerFile(String readLockMarkerFile)
Whether to use marker file with the changed, rename, or exclusive
read lock types.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockMinAge(long readLockMinAge)
This option is applied only for readLock=changed.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockMinAge(String readLockMinAge)
This option is applied only for readLock=changed.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockMinLength(long readLockMinLength)
This option is applied only for readLock=changed.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockMinLength(String readLockMinLength)
This option is applied only for readLock=changed.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockRemoveOnCommit(boolean readLockRemoveOnCommit)
This option is applied only for readLock=idempotent.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockRemoveOnCommit(String readLockRemoveOnCommit)
This option is applied only for readLock=idempotent.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockRemoveOnRollback(boolean readLockRemoveOnRollback)
This option is applied only for readLock=idempotent.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockRemoveOnRollback(String readLockRemoveOnRollback)
This option is applied only for readLock=idempotent.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockTimeout(long readLockTimeout)
Optional timeout in millis for the read-lock, if supported by the
read-lock.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
readLockTimeout(String readLockTimeout)
Optional timeout in millis for the read-lock, if supported by the
read-lock.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
recursive(boolean recursive)
If a directory, will look for files in all the sub-directories as
well.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
recursive(String recursive)
If a directory, will look for files in all the sub-directories as
well.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
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 SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
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 SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
separator(SftpEndpointBuilderFactory.PathSeparator separator)
Sets the path separator to be used.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
separator(String separator)
Sets the path separator to be used.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
shuffle(boolean shuffle)
To shuffle the list of files (sort in random order).
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
shuffle(String shuffle)
To shuffle the list of files (sort in random order).
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
sortBy(Comparator<org.apache.camel.Exchange> sortBy)
Built-in sort by using the File Language.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
sortBy(String sortBy)
Built-in sort by using the File Language.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
sorter(Comparator<Object> sorter)
Pluggable sorter as a java.util.Comparator class.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
sorter(String sorter)
Pluggable sorter as a java.util.Comparator class.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
streamDownload(boolean streamDownload)
Sets the download method to use when not using a local working
directory.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
streamDownload(String streamDownload)
Sets the download method to use when not using a local working
directory.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
strictHostKeyChecking(String strictHostKeyChecking)
Sets whether to use strict host key checking.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
username(String username)
Username to use for login.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
useUserKnownHostsFile(boolean useUserKnownHostsFile)
If knownHostFile has not been explicit configured then use the host
file from System.getProperty(user.home)/.ssh/known_hosts.
|
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder |
useUserKnownHostsFile(String useUserKnownHostsFile)
If knownHostFile has not been explicit configured then use the host
file from System.getProperty(user.home)/.ssh/known_hosts.
|
default SftpEndpointBuilderFactory.AdvancedSftpEndpointConsumerBuilder advanced()
default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder binary(boolean binary)
boolean type.
Default: false
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder binary(String binary)
boolean type.
Default: false
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder charset(String charset)
java.lang.String type.
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder disconnect(boolean disconnect)
boolean type.
Default: false
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder disconnect(String disconnect)
boolean type.
Default: false
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder doneFileName(String doneFileName)
java.lang.String type.
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder fileName(org.apache.camel.Expression fileName)
org.apache.camel.Expression type.
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder fileName(String fileName)
org.apache.camel.Expression type.
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder jschLoggingLevel(org.apache.camel.LoggingLevel jschLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: WARN
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder jschLoggingLevel(String jschLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: WARN
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder passiveMode(boolean passiveMode)
boolean type.
Default: false
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder passiveMode(String passiveMode)
boolean type.
Default: false
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder separator(SftpEndpointBuilderFactory.PathSeparator separator)
org.apache.camel.component.file.remote.RemoteFileConfiguration$PathSeparator type.
Default: UNIX
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder separator(String separator)
org.apache.camel.component.file.remote.RemoteFileConfiguration$PathSeparator type.
Default: UNIX
Group: commondefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder delete(boolean delete)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder delete(String delete)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder moveFailed(org.apache.camel.Expression moveFailed)
org.apache.camel.Expression type.
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder moveFailed(String moveFailed)
org.apache.camel.Expression type.
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder noop(boolean noop)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder noop(String noop)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder preMove(org.apache.camel.Expression preMove)
org.apache.camel.Expression type.
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder preMove(String preMove)
org.apache.camel.Expression type.
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder preSort(boolean preSort)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder preSort(String preSort)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder recursive(boolean recursive)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder recursive(String recursive)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder streamDownload(boolean streamDownload)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder streamDownload(String streamDownload)
boolean type.
Default: false
Group: consumerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder antExclude(String antExclude)
java.lang.String type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder antFilterCaseSensitive(boolean antFilterCaseSensitive)
boolean type.
Default: true
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder antFilterCaseSensitive(String antFilterCaseSensitive)
boolean type.
Default: true
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder antInclude(String antInclude)
java.lang.String type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder eagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll)
boolean type.
Default: true
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder eagerMaxMessagesPerPoll(String eagerMaxMessagesPerPoll)
boolean type.
Default: true
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder exclude(String exclude)
java.lang.String type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder filter(Object filter)
org.apache.camel.component.file.GenericFileFilter<org.apache.camel.component.file.remote.SftpRemoteFile> type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder filter(String filter)
org.apache.camel.component.file.GenericFileFilter<org.apache.camel.component.file.remote.SftpRemoteFile> type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder filterDirectory(org.apache.camel.Predicate filterDirectory)
org.apache.camel.Predicate type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder filterDirectory(String filterDirectory)
org.apache.camel.Predicate type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder filterFile(org.apache.camel.Predicate filterFile)
org.apache.camel.Predicate type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder filterFile(String filterFile)
org.apache.camel.Predicate type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder idempotent(Boolean idempotent)
java.lang.Boolean type.
Default: false
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder idempotent(String idempotent)
java.lang.Boolean
type.
Default: false
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder idempotentKey(org.apache.camel.Expression idempotentKey)
org.apache.camel.Expression type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder idempotentKey(String idempotentKey)
org.apache.camel.Expression type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository)
org.apache.camel.spi.IdempotentRepository type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder idempotentRepository(String idempotentRepository)
org.apache.camel.spi.IdempotentRepository type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder include(String include)
java.lang.String type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder maxDepth(int maxDepth)
int type.
Default: 2147483647
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder maxDepth(String maxDepth)
int type.
Default: 2147483647
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder maxMessagesPerPoll(int maxMessagesPerPoll)
int type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder maxMessagesPerPoll(String maxMessagesPerPoll)
int type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder minDepth(int minDepth)
int type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder minDepth(String minDepth)
int type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder move(org.apache.camel.Expression move)
org.apache.camel.Expression type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder move(String move)
org.apache.camel.Expression type.
Group: filterdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder exclusiveReadLockStrategy(Object exclusiveReadLockStrategy)
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy<org.apache.camel.component.file.remote.SftpRemoteFile> type.
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder exclusiveReadLockStrategy(String exclusiveReadLockStrategy)
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy<org.apache.camel.component.file.remote.SftpRemoteFile> type.
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLock(String readLock)
java.lang.String type.
Default: none
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockCheckInterval(long readLockCheckInterval)
long type.
Default: 1000
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockCheckInterval(String readLockCheckInterval)
long type.
Default: 1000
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockDeleteOrphanLockFiles(boolean readLockDeleteOrphanLockFiles)
boolean type.
Default: true
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockDeleteOrphanLockFiles(String readLockDeleteOrphanLockFiles)
boolean type.
Default: true
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseAsync(boolean readLockIdempotentReleaseAsync)
boolean type.
Default: false
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseAsync(String readLockIdempotentReleaseAsync)
boolean type.
Default: false
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseAsyncPoolSize(int readLockIdempotentReleaseAsyncPoolSize)
int type.
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseAsyncPoolSize(String readLockIdempotentReleaseAsyncPoolSize)
int type.
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseDelay(int readLockIdempotentReleaseDelay)
int type.
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseDelay(String readLockIdempotentReleaseDelay)
int type.
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseExecutorService(ScheduledExecutorService readLockIdempotentReleaseExecutorService)
java.util.concurrent.ScheduledExecutorService type.
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseExecutorService(String readLockIdempotentReleaseExecutorService)
java.util.concurrent.ScheduledExecutorService type.
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: DEBUG
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockLoggingLevel(String readLockLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: DEBUG
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockMarkerFile(boolean readLockMarkerFile)
boolean type.
Default: true
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockMarkerFile(String readLockMarkerFile)
boolean type.
Default: true
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockMinAge(long readLockMinAge)
long type.
Default: 0
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockMinAge(String readLockMinAge)
long type.
Default: 0
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockMinLength(long readLockMinLength)
long type.
Default: 1
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockMinLength(String readLockMinLength)
long type.
Default: 1
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockRemoveOnCommit(boolean readLockRemoveOnCommit)
boolean type.
Default: false
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockRemoveOnCommit(String readLockRemoveOnCommit)
boolean type.
Default: false
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockRemoveOnRollback(boolean readLockRemoveOnRollback)
boolean type.
Default: true
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockRemoveOnRollback(String readLockRemoveOnRollback)
boolean type.
Default: true
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockTimeout(long readLockTimeout)
long type.
Default: 10000
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockTimeout(String readLockTimeout)
long type.
Default: 10000
Group: lockdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
int type.
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
int type.
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
int type.
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
int type.
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
int type.
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
int type.
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder delay(long delay)
long type.
Default: 500
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder delay(String delay)
long type.
Default: 500
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder greedy(boolean greedy)
boolean type.
Default: false
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder greedy(String greedy)
boolean type.
Default: false
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder initialDelay(long initialDelay)
long type.
Default: 1000
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder initialDelay(String initialDelay)
long type.
Default: 1000
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder repeatCount(long repeatCount)
long type.
Default: 0
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder repeatCount(String repeatCount)
long type.
Default: 0
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: TRACE
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
org.apache.camel.LoggingLevel type.
Default: TRACE
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
java.util.concurrent.ScheduledExecutorService type.
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
java.util.concurrent.ScheduledExecutorService type.
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder scheduler(Object scheduler)
java.lang.Object type.
Default: none
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder scheduler(String scheduler)
java.lang.Object type.
Default: none
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder schedulerProperties(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
schedulerProperties(String, Object) method to add a value (call the
method multiple times to set more values).
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder schedulerProperties(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
schedulerProperties(String, Object) method to add a value (call the
method multiple times to set more values).
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder startScheduler(boolean startScheduler)
boolean type.
Default: true
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder startScheduler(String startScheduler)
boolean type.
Default: true
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
java.util.concurrent.TimeUnit type.
Default: MILLISECONDS
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder timeUnit(String timeUnit)
java.util.concurrent.TimeUnit type.
Default: MILLISECONDS
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
boolean type.
Default: true
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
boolean type.
Default: true
Group: schedulerdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder ciphers(String ciphers)
java.lang.String type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder keyPair(KeyPair keyPair)
java.security.KeyPair type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder keyPair(String keyPair)
java.security.KeyPair
type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder knownHosts(Byte[] knownHosts)
byte[] type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder knownHosts(String knownHosts)
byte[] type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder knownHostsFile(String knownHostsFile)
java.lang.String type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder knownHostsUri(String knownHostsUri)
java.lang.String type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder password(String password)
java.lang.String type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder preferredAuthentications(String preferredAuthentications)
java.lang.String type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder privateKey(Byte[] privateKey)
byte[] type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder privateKey(String privateKey)
byte[] type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder privateKeyFile(String privateKeyFile)
java.lang.String type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder privateKeyPassphrase(String privateKeyPassphrase)
java.lang.String type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder privateKeyUri(String privateKeyUri)
java.lang.String type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder strictHostKeyChecking(String strictHostKeyChecking)
java.lang.String type.
Default: no
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder username(String username)
java.lang.String type.
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder useUserKnownHostsFile(boolean useUserKnownHostsFile)
boolean type.
Default: true
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder useUserKnownHostsFile(String useUserKnownHostsFile)
boolean type.
Default: true
Group: securitydefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder shuffle(boolean shuffle)
boolean type.
Default: false
Group: sortdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder shuffle(String shuffle)
boolean type.
Default: false
Group: sortdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder sortBy(Comparator<org.apache.camel.Exchange> sortBy)
java.util.Comparator<org.apache.camel.Exchange>
type.
Group: sortdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder sortBy(String sortBy)
java.util.Comparator<org.apache.camel.Exchange>
type.
Group: sortdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder sorter(Comparator<Object> sorter)
java.util.Comparator<org.apache.camel.component.file.GenericFile<org.apache.camel.component.file.remote.SftpRemoteFile>> type.
Group: sortdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder sorter(String sorter)
java.util.Comparator<org.apache.camel.component.file.GenericFile<org.apache.camel.component.file.remote.SftpRemoteFile>> type.
Group: sortApache Camel