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)
binary - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder binary(String binary)
binary - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder charset(String charset)
charset - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder disconnect(boolean disconnect)
disconnect - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder disconnect(String disconnect)
disconnect - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder doneFileName(String doneFileName)
doneFileName - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder fileName(org.apache.camel.Expression fileName)
fileName - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder fileName(String fileName)
fileName - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder jschLoggingLevel(org.apache.camel.LoggingLevel jschLoggingLevel)
jschLoggingLevel - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder jschLoggingLevel(String jschLoggingLevel)
jschLoggingLevel - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder passiveMode(boolean passiveMode)
passiveMode - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder passiveMode(String passiveMode)
passiveMode - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder separator(SftpEndpointBuilderFactory.PathSeparator separator)
separator - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder separator(String separator)
separator - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder delete(boolean delete)
delete - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder delete(String delete)
delete - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder moveFailed(org.apache.camel.Expression moveFailed)
moveFailed - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder moveFailed(String moveFailed)
moveFailed - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder noop(boolean noop)
noop - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder noop(String noop)
noop - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder preMove(org.apache.camel.Expression preMove)
preMove - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder preMove(String preMove)
preMove - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder preSort(boolean preSort)
preSort - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder preSort(String preSort)
preSort - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder recursive(boolean recursive)
recursive - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder recursive(String recursive)
recursive - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder streamDownload(boolean streamDownload)
streamDownload - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder streamDownload(String streamDownload)
streamDownload - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder antExclude(String antExclude)
antExclude - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder antFilterCaseSensitive(boolean antFilterCaseSensitive)
antFilterCaseSensitive - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder antFilterCaseSensitive(String antFilterCaseSensitive)
antFilterCaseSensitive - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder antInclude(String antInclude)
antInclude - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder eagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll)
eagerMaxMessagesPerPoll - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder eagerMaxMessagesPerPoll(String eagerMaxMessagesPerPoll)
eagerMaxMessagesPerPoll - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder exclude(String exclude)
exclude - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder filter(Object filter)
filter - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder filter(String filter)
filter - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder filterDirectory(org.apache.camel.Predicate filterDirectory)
filterDirectory - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder filterDirectory(String filterDirectory)
filterDirectory - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder filterFile(org.apache.camel.Predicate filterFile)
filterFile - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder filterFile(String filterFile)
filterFile - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder idempotent(Boolean idempotent)
idempotent - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder idempotent(String idempotent)
idempotent - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder idempotentKey(org.apache.camel.Expression idempotentKey)
idempotentKey - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder idempotentKey(String idempotentKey)
idempotentKey - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository)
idempotentRepository - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder idempotentRepository(String idempotentRepository)
idempotentRepository - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder include(String include)
include - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder maxDepth(int maxDepth)
maxDepth - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder maxDepth(String maxDepth)
maxDepth - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder maxMessagesPerPoll(int maxMessagesPerPoll)
maxMessagesPerPoll - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder maxMessagesPerPoll(String maxMessagesPerPoll)
maxMessagesPerPoll - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder minDepth(int minDepth)
minDepth - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder minDepth(String minDepth)
minDepth - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder move(org.apache.camel.Expression move)
move - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder move(String move)
move - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder exclusiveReadLockStrategy(Object exclusiveReadLockStrategy)
exclusiveReadLockStrategy - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder exclusiveReadLockStrategy(String exclusiveReadLockStrategy)
exclusiveReadLockStrategy - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLock(String readLock)
readLock - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockCheckInterval(long readLockCheckInterval)
readLockCheckInterval - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockCheckInterval(String readLockCheckInterval)
readLockCheckInterval - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockDeleteOrphanLockFiles(boolean readLockDeleteOrphanLockFiles)
readLockDeleteOrphanLockFiles - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockDeleteOrphanLockFiles(String readLockDeleteOrphanLockFiles)
readLockDeleteOrphanLockFiles - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseAsync(boolean readLockIdempotentReleaseAsync)
readLockIdempotentReleaseAsync - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseAsync(String readLockIdempotentReleaseAsync)
readLockIdempotentReleaseAsync - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseAsyncPoolSize(int readLockIdempotentReleaseAsyncPoolSize)
readLockIdempotentReleaseAsyncPoolSize - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseAsyncPoolSize(String readLockIdempotentReleaseAsyncPoolSize)
readLockIdempotentReleaseAsyncPoolSize - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseDelay(int readLockIdempotentReleaseDelay)
readLockIdempotentReleaseDelay - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseDelay(String readLockIdempotentReleaseDelay)
readLockIdempotentReleaseDelay - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseExecutorService(ScheduledExecutorService readLockIdempotentReleaseExecutorService)
readLockIdempotentReleaseExecutorService - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockIdempotentReleaseExecutorService(String readLockIdempotentReleaseExecutorService)
readLockIdempotentReleaseExecutorService - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel)
readLockLoggingLevel - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockLoggingLevel(String readLockLoggingLevel)
readLockLoggingLevel - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockMarkerFile(boolean readLockMarkerFile)
readLockMarkerFile - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockMarkerFile(String readLockMarkerFile)
readLockMarkerFile - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockMinAge(long readLockMinAge)
readLockMinAge - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockMinAge(String readLockMinAge)
readLockMinAge - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockMinLength(long readLockMinLength)
readLockMinLength - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockMinLength(String readLockMinLength)
readLockMinLength - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockRemoveOnCommit(boolean readLockRemoveOnCommit)
readLockRemoveOnCommit - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockRemoveOnCommit(String readLockRemoveOnCommit)
readLockRemoveOnCommit - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockRemoveOnRollback(boolean readLockRemoveOnRollback)
readLockRemoveOnRollback - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockRemoveOnRollback(String readLockRemoveOnRollback)
readLockRemoveOnRollback - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockTimeout(long readLockTimeout)
readLockTimeout - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder readLockTimeout(String readLockTimeout)
readLockTimeout - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder delay(long delay)
delay - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder delay(String delay)
delay - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder greedy(boolean greedy)
greedy - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder greedy(String greedy)
greedy - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder scheduler(Object scheduler)
scheduler - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder scheduler(String scheduler)
scheduler - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder schedulerProperties(Map values)
values - the valuesdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder ciphers(String ciphers)
ciphers - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder keyPair(KeyPair keyPair)
keyPair - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder keyPair(String keyPair)
keyPair - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder knownHosts(Byte[] knownHosts)
knownHosts - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder knownHosts(String knownHosts)
knownHosts - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder knownHostsFile(String knownHostsFile)
knownHostsFile - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder knownHostsUri(String knownHostsUri)
knownHostsUri - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder password(String password)
password - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder preferredAuthentications(String preferredAuthentications)
preferredAuthentications - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder privateKey(Byte[] privateKey)
privateKey - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder privateKey(String privateKey)
privateKey - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder privateKeyFile(String privateKeyFile)
privateKeyFile - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder privateKeyPassphrase(String privateKeyPassphrase)
privateKeyPassphrase - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder privateKeyUri(String privateKeyUri)
privateKeyUri - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder strictHostKeyChecking(String strictHostKeyChecking)
strictHostKeyChecking - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder username(String username)
username - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder useUserKnownHostsFile(boolean useUserKnownHostsFile)
useUserKnownHostsFile - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder useUserKnownHostsFile(String useUserKnownHostsFile)
useUserKnownHostsFile - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder shuffle(boolean shuffle)
shuffle - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder shuffle(String shuffle)
shuffle - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder sortBy(Comparator<org.apache.camel.Exchange> sortBy)
sortBy - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder sortBy(String sortBy)
sortBy - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder sorter(Comparator<Object> sorter)
sorter - the value to setdefault SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder sorter(String sorter)
sorter - the value to setApache Camel