Uses of Interface
org.apache.camel.builder.endpoint.dsl.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder
Packages that use FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder
-
Uses of FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Azure Files component.Methods in org.apache.camel.builder.endpoint.dsl that return FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilderModifier and TypeMethodDescriptionFilesEndpointBuilderFactory.FilesEndpointConsumerBuilder.advanced()FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.autoCreate(boolean autoCreate) Automatically create missing directories in the file's pathname.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.autoCreate(String autoCreate) Automatically create missing directories in the file's pathname.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.connectTimeout(int connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.connectTimeout(String connectTimeout) Sets the connect timeout for waiting for a connection to be established Used by both FTPClient and JSCH.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.download(boolean download) Whether the FTP consumer should download the file.Whether the FTP consumer should download the file.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.inProgressRepository(String inProgressRepository) A pluggable in-progress repository org.apache.camel.spi.IdempotentRepository.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.inProgressRepository(org.apache.camel.spi.IdempotentRepository inProgressRepository) A pluggable in-progress repository org.apache.camel.spi.IdempotentRepository.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.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.maximumReconnectAttempts(int maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.maximumReconnectAttempts(String maximumReconnectAttempts) Specifies the maximum reconnect attempts Camel performs when it tries to connect to the remote FTP server.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.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.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.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.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.processStrategy(String processStrategy) A pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing you to implement your own readLock option or similar.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.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.reconnectDelay(long reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.reconnectDelay(String reconnectDelay) Delay in millis Camel will wait before performing a reconnect attempt.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.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.FilesEndpointBuilderFactory.AdvancedFilesEndpointConsumerBuilder.timeout(int timeout) Sets the data timeout for waiting for reply Used only by FTPClient.Sets the data timeout for waiting for reply Used only by FTPClient.