public static interface FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
activePortRange(String activePortRange)
Set the client side port range in active mode.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
autoCreate(boolean autoCreate)
Automatically create missing directories in the file's pathname.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
autoCreate(String autoCreate)
Automatically create missing directories in the file's pathname.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder |
basic() |
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
bufferSize(int bufferSize)
Buffer size in bytes used for writing files (or in case of FTP for
downloading and uploading files).
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
bufferSize(String bufferSize)
Buffer size in bytes used for writing files (or in case of FTP for
downloading and uploading files).
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
connectTimeout(int connectTimeout)
Sets the connect timeout for waiting for a connection to be
established Used by both FTPClient and JSCH.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
connectTimeout(String connectTimeout)
Sets the connect timeout for waiting for a connection to be
established Used by both FTPClient and JSCH.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
download(boolean download)
Whether the FTP consumer should download the file.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
download(String download)
Whether the FTP consumer should download the file.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
fastExistsCheck(boolean fastExistsCheck)
If set this option to be true, camel-ftp will use the list file
directly to check if the file exists.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
fastExistsCheck(String fastExistsCheck)
If set this option to be true, camel-ftp will use the list file
directly to check if the file exists.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
ftpClient(Object ftpClient)
To use a custom instance of FTPClient.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
ftpClient(String ftpClient)
To use a custom instance of FTPClient.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
ftpClientConfig(Object ftpClientConfig)
To use a custom instance of FTPClientConfig to configure the FTP
client the endpoint should use.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
ftpClientConfig(String ftpClientConfig)
To use a custom instance of FTPClientConfig to configure the FTP
client the endpoint should use.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
ftpClientConfigParameters(Map values)
Used by FtpComponent to provide additional parameters for the
FTPClientConfig.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
ftpClientConfigParameters(String key,
Object value)
Used by FtpComponent to provide additional parameters for the
FTPClientConfig.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
ftpClientParameters(Map values)
Used by FtpComponent to provide additional parameters for the
FTPClient.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
ftpClientParameters(String key,
Object value)
Used by FtpComponent to provide additional parameters for the
FTPClient.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
handleDirectoryParserAbsoluteResult(boolean handleDirectoryParserAbsoluteResult)
Allows you to set how the consumer will handle subfolders and files
in the path if the directory parser results in with absolute paths
The reason for this is that some FTP servers may return file names
with absolute paths, and if so then the FTP component needs to handle
this by converting the returned path into a relative path.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
handleDirectoryParserAbsoluteResult(String handleDirectoryParserAbsoluteResult)
Allows you to set how the consumer will handle subfolders and files
in the path if the directory parser results in with absolute paths
The reason for this is that some FTP servers may return file names
with absolute paths, and if so then the FTP component needs to handle
this by converting the returned path into a relative path.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
ignoreFileNotFoundOrPermissionError(boolean ignoreFileNotFoundOrPermissionError)
Whether to ignore when (trying to list files in directories or when
downloading a file), which does not exist or due to permission error.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
ignoreFileNotFoundOrPermissionError(String ignoreFileNotFoundOrPermissionError)
Whether to ignore when (trying to list files in directories or when
downloading a file), which does not exist or due to permission error.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
inProgressRepository(org.apache.camel.spi.IdempotentRepository inProgressRepository)
A pluggable in-progress repository
org.apache.camel.spi.IdempotentRepository.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
inProgressRepository(String inProgressRepository)
A pluggable in-progress repository
org.apache.camel.spi.IdempotentRepository.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
localWorkDirectory(String localWorkDirectory)
When consuming, a local work directory can be used to store the
remote file content directly in local files, to avoid loading the
content into memory.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
maximumReconnectAttempts(int maximumReconnectAttempts)
Specifies the maximum reconnect attempts Camel performs when it tries
to connect to the remote FTP server.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
maximumReconnectAttempts(String maximumReconnectAttempts)
Specifies the maximum reconnect attempts Camel performs when it tries
to connect to the remote FTP server.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
onCompletionExceptionHandler(org.apache.camel.spi.ExceptionHandler onCompletionExceptionHandler)
To use a custom org.apache.camel.spi.ExceptionHandler to handle any
thrown exceptions that happens during the file on completion process
where the consumer does either a commit or rollback.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
onCompletionExceptionHandler(String onCompletionExceptionHandler)
To use a custom org.apache.camel.spi.ExceptionHandler to handle any
thrown exceptions that happens during the file on completion process
where the consumer does either a commit or rollback.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
pollStrategy(String pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
processStrategy(Object processStrategy)
A pluggable
org.apache.camel.component.file.GenericFileProcessStrategy allowing
you to implement your own readLock option or similar.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
processStrategy(String processStrategy)
A pluggable
org.apache.camel.component.file.GenericFileProcessStrategy allowing
you to implement your own readLock option or similar.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
reconnectDelay(long reconnectDelay)
Delay in millis Camel will wait before performing a reconnect
attempt.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
reconnectDelay(String reconnectDelay)
Delay in millis Camel will wait before performing a reconnect
attempt.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
siteCommand(String siteCommand)
Sets optional site command(s) to be executed after successful login.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
soTimeout(int soTimeout)
Sets the so timeout FTP and FTPS Only for Camel 2.4.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
soTimeout(String soTimeout)
Sets the so timeout FTP and FTPS Only for Camel 2.4.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
stepwise(boolean stepwise)
Sets whether we should stepwise change directories while traversing
file structures when downloading files, or as well when uploading a
file to a directory.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
stepwise(String stepwise)
Sets whether we should stepwise change directories while traversing
file structures when downloading files, or as well when uploading a
file to a directory.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
throwExceptionOnConnectFailed(boolean throwExceptionOnConnectFailed)
Should an exception be thrown if connection failed (exhausted) By
default exception is not thrown and a WARN is logged.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
throwExceptionOnConnectFailed(String throwExceptionOnConnectFailed)
Should an exception be thrown if connection failed (exhausted) By
default exception is not thrown and a WARN is logged.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
timeout(int timeout)
Sets the data timeout for waiting for reply Used only by FTPClient.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
timeout(String timeout)
Sets the data timeout for waiting for reply Used only by FTPClient.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
useList(boolean useList)
Whether to allow using LIST command when downloading a file.
|
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder |
useList(String useList)
Whether to allow using LIST command when downloading a file.
|
default FtpsEndpointBuilderFactory.FtpsEndpointConsumerBuilder basic()
default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder fastExistsCheck(boolean fastExistsCheck)
boolean type.
Default: false
Group: common (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder fastExistsCheck(String fastExistsCheck)
boolean type.
Default: false
Group: common (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder download(boolean download)
boolean type.
Default: false
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder download(String download)
boolean type.
Default: false
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder handleDirectoryParserAbsoluteResult(boolean handleDirectoryParserAbsoluteResult)
boolean type.
Default: false
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder handleDirectoryParserAbsoluteResult(String handleDirectoryParserAbsoluteResult)
boolean type.
Default: false
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder ignoreFileNotFoundOrPermissionError(boolean ignoreFileNotFoundOrPermissionError)
boolean type.
Default: false
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder ignoreFileNotFoundOrPermissionError(String ignoreFileNotFoundOrPermissionError)
boolean type.
Default: false
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder inProgressRepository(org.apache.camel.spi.IdempotentRepository inProgressRepository)
org.apache.camel.spi.IdempotentRepository type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder inProgressRepository(String inProgressRepository)
org.apache.camel.spi.IdempotentRepository type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder localWorkDirectory(String localWorkDirectory)
java.lang.String type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder onCompletionExceptionHandler(org.apache.camel.spi.ExceptionHandler onCompletionExceptionHandler)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder onCompletionExceptionHandler(String onCompletionExceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
org.apache.camel.spi.PollingConsumerPollStrategy type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder pollStrategy(String pollStrategy)
org.apache.camel.spi.PollingConsumerPollStrategy type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder processStrategy(Object processStrategy)
org.apache.camel.component.file.GenericFileProcessStrategy<org.apache.commons.net.ftp.FTPFile> type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder processStrategy(String processStrategy)
org.apache.camel.component.file.GenericFileProcessStrategy<org.apache.commons.net.ftp.FTPFile> type.
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder useList(boolean useList)
boolean type.
Default: true
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder useList(String useList)
boolean type.
Default: true
Group: consumer (advanced)default FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder activePortRange(String activePortRange)
java.lang.String type.
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder autoCreate(boolean autoCreate)
boolean type.
Default: true
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder autoCreate(String autoCreate)
boolean type.
Default: true
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder bufferSize(int bufferSize)
int type.
Default: 131072
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder bufferSize(String bufferSize)
int type.
Default: 131072
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder connectTimeout(int connectTimeout)
int type.
Default: 10000
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder connectTimeout(String connectTimeout)
int type.
Default: 10000
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder ftpClient(Object ftpClient)
org.apache.commons.net.ftp.FTPClient
type.
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder ftpClient(String ftpClient)
org.apache.commons.net.ftp.FTPClient type.
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder ftpClientConfig(Object ftpClientConfig)
org.apache.commons.net.ftp.FTPClientConfig type.
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder ftpClientConfig(String ftpClientConfig)
org.apache.commons.net.ftp.FTPClientConfig type.
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder ftpClientConfigParameters(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
ftpClientConfigParameters(String, Object) method to add a value (call
the method multiple times to set more values).
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder ftpClientConfigParameters(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
ftpClientConfigParameters(String, Object) method to add a value (call
the method multiple times to set more values).
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder ftpClientParameters(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
ftpClientParameters(String, Object) method to add a value (call the
method multiple times to set more values).
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder ftpClientParameters(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
ftpClientParameters(String, Object) method to add a value (call the
method multiple times to set more values).
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder maximumReconnectAttempts(int maximumReconnectAttempts)
int type.
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder maximumReconnectAttempts(String maximumReconnectAttempts)
int type.
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder reconnectDelay(long reconnectDelay)
long type.
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder reconnectDelay(String reconnectDelay)
long type.
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder siteCommand(String siteCommand)
java.lang.String type.
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder soTimeout(int soTimeout)
int type.
Default: 5m
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder soTimeout(String soTimeout)
int type.
Default: 5m
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder stepwise(boolean stepwise)
boolean type.
Default: true
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder stepwise(String stepwise)
boolean type.
Default: true
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder throwExceptionOnConnectFailed(boolean throwExceptionOnConnectFailed)
boolean type.
Default: false
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder throwExceptionOnConnectFailed(String throwExceptionOnConnectFailed)
boolean type.
Default: false
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder timeout(int timeout)
int type.
Default: 30s
Group: advanceddefault FtpsEndpointBuilderFactory.AdvancedFtpsEndpointConsumerBuilder timeout(String timeout)
int type.
Default: 30s
Group: advancedApache Camel