Uses of Interface
org.apache.camel.builder.endpoint.dsl.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder
Packages that use FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder
-
Uses of FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the File component.Methods in org.apache.camel.builder.endpoint.dsl that return FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilderModifier and TypeMethodDescriptionFileEndpointBuilderFactory.FileEndpointConsumerBuilder.advanced()FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.autoCreate(boolean autoCreate) Automatically create missing directories in the file's pathname.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.autoCreate(String autoCreate) Automatically create missing directories in the file's pathname.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.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.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.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.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.bufferSize(int bufferSize) Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.bufferSize(String bufferSize) Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.copyAndDeleteOnRenameFail(boolean copyAndDeleteOnRenameFail) Whether to fallback and do a copy and delete file, in case the file could not be renamed directly.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.copyAndDeleteOnRenameFail(String copyAndDeleteOnRenameFail) Whether to fallback and do a copy and delete file, in case the file could not be renamed directly.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.directoryMustExist(boolean directoryMustExist) Similar to the startingDirectoryMustExist option but this applies during polling (after starting the consumer).FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.directoryMustExist(String directoryMustExist) Similar to the startingDirectoryMustExist option but this applies during polling (after starting the consumer).FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.extendedAttributes(String extendedAttributes) To define which file attributes of interest.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.includeHiddenFiles(boolean includeHiddenFiles) Whether to accept hidden files.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.includeHiddenFiles(String includeHiddenFiles) Whether to accept hidden files.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.inProgressRepository(String inProgressRepository) A pluggable in-progress repository org.apache.camel.spi.IdempotentRepository.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.inProgressRepository(org.apache.camel.spi.IdempotentRepository inProgressRepository) A pluggable in-progress repository org.apache.camel.spi.IdempotentRepository.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.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.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.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.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.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.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.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.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.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.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.probeContentType(boolean probeContentType) Whether to enable probing of the content type.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.probeContentType(String probeContentType) Whether to enable probing of the content type.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.processStrategy(String processStrategy) A pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing you to implement your own readLock option or similar.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.processStrategy(org.apache.camel.component.file.GenericFileProcessStrategy<File> processStrategy) A pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing you to implement your own readLock option or similar.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.renameUsingCopy(boolean renameUsingCopy) Perform rename operations using a copy and delete strategy.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.renameUsingCopy(String renameUsingCopy) Perform rename operations using a copy and delete strategy.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.startingDirectoryMustExist(boolean startingDirectoryMustExist) Whether the starting directory must exist.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.startingDirectoryMustExist(String startingDirectoryMustExist) Whether the starting directory must exist.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.startingDirectoryMustHaveAccess(boolean startingDirectoryMustHaveAccess) Whether the starting directory has access permissions.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.startingDirectoryMustHaveAccess(String startingDirectoryMustHaveAccess) Whether the starting directory has access permissions.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.