default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.FilesEndpointConsumerBuilder.advanced() |
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.autoCreate(boolean autoCreate) |
Automatically create missing directories in the file's pathname.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.autoCreate(String autoCreate) |
Automatically create missing directories in the file's pathname.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.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 FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.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 FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.connectTimeout(int connectTimeout) |
Sets the connect timeout for waiting for a connection to be
established Used by both FTPClient and JSCH.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.connectTimeout(String connectTimeout) |
Sets the connect timeout for waiting for a connection to be
established Used by both FTPClient and JSCH.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.download(boolean download) |
Whether the FTP consumer should download the file.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.download(String download) |
Whether the FTP consumer should download the file.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.inProgressRepository(String inProgressRepository) |
A pluggable in-progress repository
org.apache.camel.spi.IdempotentRepository.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.inProgressRepository(org.apache.camel.spi.IdempotentRepository inProgressRepository) |
A pluggable in-progress repository
org.apache.camel.spi.IdempotentRepository.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.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 FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.maximumReconnectAttempts(int maximumReconnectAttempts) |
Specifies the maximum reconnect attempts Camel performs when it tries
to connect to the remote FTP server.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.maximumReconnectAttempts(String maximumReconnectAttempts) |
Specifies the maximum reconnect attempts Camel performs when it tries
to connect to the remote FTP server.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.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 FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.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 FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.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 FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.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 FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.processStrategy(String processStrategy) |
A pluggable
org.apache.camel.component.file.GenericFileProcessStrategy allowing
you to implement your own readLock option or similar.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.processStrategy(org.apache.camel.component.file.GenericFileProcessStrategy<com.azure.storage.file.share.models.ShareFileItem> processStrategy) |
A pluggable
org.apache.camel.component.file.GenericFileProcessStrategy allowing
you to implement your own readLock option or similar.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.reconnectDelay(long reconnectDelay) |
Delay in millis Camel will wait before performing a reconnect
attempt.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.reconnectDelay(String reconnectDelay) |
Delay in millis Camel will wait before performing a reconnect
attempt.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.throwExceptionOnConnectFailed(boolean throwExceptionOnConnectFailed) |
Should an exception be thrown if connection failed (exhausted)By
default exception is not thrown and a WARN is logged.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.throwExceptionOnConnectFailed(String throwExceptionOnConnectFailed) |
Should an exception be thrown if connection failed (exhausted)By
default exception is not thrown and a WARN is logged.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.timeout(int timeout) |
Sets the data timeout for waiting for reply Used only by FTPClient.
|
default FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder |
FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.timeout(String timeout) |
Sets the data timeout for waiting for reply Used only by FTPClient.
|