Uses of Interface
org.apache.camel.builder.endpoint.dsl.FileEndpointBuilderFactory.FileEndpointConsumerBuilder
Packages that use FileEndpointBuilderFactory.FileEndpointConsumerBuilder
-
Uses of FileEndpointBuilderFactory.FileEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FileEndpointBuilderFactory.FileEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the File component.Methods in org.apache.camel.builder.endpoint.dsl that return FileEndpointBuilderFactory.FileEndpointConsumerBuilderModifier and TypeMethodDescriptionFileEndpointBuilderFactory.FileEndpointConsumerBuilder.antExclude(String antExclude) Ant style filter exclusion.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.antFilterCaseSensitive(boolean antFilterCaseSensitive) Sets case sensitive flag on ant filter.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.antFilterCaseSensitive(String antFilterCaseSensitive) Sets case sensitive flag on ant filter.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.antInclude(String antInclude) Ant style filter inclusion.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.FileEndpointBuilderFactory.AdvancedFileEndpointConsumerBuilder.basic()This option is used to specify the encoding of the file.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.delete(boolean delete) If true, the file will be deleted after it is processed successfully.If true, the file will be deleted after it is processed successfully.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.doneFileName(String doneFileName) Producer: If provided, then Camel will write a 2nd done file when the original file has been written.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.eagerMaxMessagesPerPoll(boolean eagerMaxMessagesPerPoll) Allows for controlling whether the limit from maxMessagesPerPoll is eager or not.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.eagerMaxMessagesPerPoll(String eagerMaxMessagesPerPoll) Allows for controlling whether the limit from maxMessagesPerPoll is eager or not.Is used to exclude files, if filename matches the regex pattern (matching is case in-sensitive).FileEndpointBuilderFactory.FileEndpointConsumerBuilder.excludeExt(String excludeExt) Is used to exclude files matching file extension name (case insensitive).FileEndpointBuilderFactory.FileEndpointConsumerBuilder.exclusiveReadLockStrategy(String exclusiveReadLockStrategy) Pluggable read-lock as a org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy implementation.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.exclusiveReadLockStrategy(org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy<File> exclusiveReadLockStrategy) Pluggable read-lock as a org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy implementation.Use Expression such as File Language to dynamically set the filename.Pluggable filter as a org.apache.camel.component.file.GenericFileFilter class.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.filter(org.apache.camel.component.file.GenericFileFilter<File> filter) Pluggable filter as a org.apache.camel.component.file.GenericFileFilter class.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.filterDirectory(String filterDirectory) Filters the directory based on Simple language.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.filterFile(String filterFile) Filters the file based on Simple language.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.idempotent(Boolean idempotent) Option to use the Idempotent Consumer EIP pattern to let Camel skip already processed files.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.idempotent(String idempotent) Option to use the Idempotent Consumer EIP pattern to let Camel skip already processed files.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.idempotentKey(String idempotentKey) To use a custom idempotent key.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.idempotentRepository(String idempotentRepository) A pluggable repository org.apache.camel.spi.IdempotentRepository which by default use MemoryIdempotentRepository if none is specified and idempotent is true.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.idempotentRepository(org.apache.camel.spi.IdempotentRepository idempotentRepository) A pluggable repository org.apache.camel.spi.IdempotentRepository which by default use MemoryIdempotentRepository if none is specified and idempotent is true.Is used to include files, if filename matches the regex pattern (matching is case in-sensitive).FileEndpointBuilderFactory.FileEndpointConsumerBuilder.includeExt(String includeExt) Is used to include files matching file extension name (case insensitive).FileEndpointBuilderFactory.FileEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.maxDepth(int maxDepth) The maximum depth to traverse when recursively processing a directory.The maximum depth to traverse when recursively processing a directory.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.maxMessagesPerPoll(int maxMessagesPerPoll) To define a maximum messages to gather per poll.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.maxMessagesPerPoll(String maxMessagesPerPoll) To define a maximum messages to gather per poll.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.minDepth(int minDepth) The minimum depth to start processing when recursively processing a directory.The minimum depth to start processing when recursively processing a directory.Expression (such as Simple Language) used to dynamically set the filename when moving it after processing.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.moveFailed(String moveFailed) Sets the move failure expression based on Simple language.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.noop(boolean noop) If true, the file is not moved or deleted in any way.If true, the file is not moved or deleted in any way.Expression (such as File Language) used to dynamically set the filename when moving it before processing.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.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.When pre-sort is enabled then the consumer will sort the file and directory names during polling, that was retrieved from the file system.Used by consumer, to only poll the files if it has exclusive read-lock on the file (i.e.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockCheckInterval(long readLockCheckInterval) Interval in millis for the read-lock, if supported by the read lock.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockCheckInterval(String readLockCheckInterval) Interval in millis for the read-lock, if supported by the read lock.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.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).FileEndpointBuilderFactory.FileEndpointConsumerBuilder.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).FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockIdempotentReleaseAsync(boolean readLockIdempotentReleaseAsync) Whether the delayed release task should be synchronous or asynchronous.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockIdempotentReleaseAsync(String readLockIdempotentReleaseAsync) Whether the delayed release task should be synchronous or asynchronous.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockIdempotentReleaseAsyncPoolSize(int readLockIdempotentReleaseAsyncPoolSize) The number of threads in the scheduled thread pool when using asynchronous release tasks.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockIdempotentReleaseAsyncPoolSize(String readLockIdempotentReleaseAsyncPoolSize) The number of threads in the scheduled thread pool when using asynchronous release tasks.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockIdempotentReleaseDelay(int readLockIdempotentReleaseDelay) Whether to delay the release task for a period of millis.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockIdempotentReleaseDelay(String readLockIdempotentReleaseDelay) Whether to delay the release task for a period of millis.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockIdempotentReleaseExecutorService(String readLockIdempotentReleaseExecutorService) To use a custom and shared thread pool for asynchronous release tasks.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockIdempotentReleaseExecutorService(ScheduledExecutorService readLockIdempotentReleaseExecutorService) To use a custom and shared thread pool for asynchronous release tasks.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockLoggingLevel(String readLockLoggingLevel) Logging level used when a read lock could not be acquired.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockLoggingLevel(org.apache.camel.LoggingLevel readLockLoggingLevel) Logging level used when a read lock could not be acquired.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockMarkerFile(boolean readLockMarkerFile) Whether to use marker file with the changed, rename, or exclusive read lock types.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockMarkerFile(String readLockMarkerFile) Whether to use marker file with the changed, rename, or exclusive read lock types.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockMinAge(long readLockMinAge) This option is applied only for readLock=changed.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockMinAge(String readLockMinAge) This option is applied only for readLock=changed.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockMinLength(long readLockMinLength) This option is applied only for readLock=changed.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockMinLength(String readLockMinLength) This option is applied only for readLock=changed.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockRemoveOnCommit(boolean readLockRemoveOnCommit) This option is applied only for readLock=idempotent.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockRemoveOnCommit(String readLockRemoveOnCommit) This option is applied only for readLock=idempotent.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockRemoveOnRollback(boolean readLockRemoveOnRollback) This option is applied only for readLock=idempotent.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockRemoveOnRollback(String readLockRemoveOnRollback) This option is applied only for readLock=idempotent.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockTimeout(long readLockTimeout) Optional timeout in millis for the read-lock, if supported by the read-lock.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.readLockTimeout(String readLockTimeout) Optional timeout in millis for the read-lock, if supported by the read-lock.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.recursive(boolean recursive) If a directory, will look for files in all the sub-directories as well.If a directory, will look for files in all the sub-directories as well.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.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.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.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.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.shuffle(boolean shuffle) To shuffle the list of files (sort in random order).To shuffle the list of files (sort in random order).Built-in sort by using the File Language.Pluggable sorter as a java.util.Comparator class.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.sorter(Comparator<org.apache.camel.component.file.GenericFile<File>> sorter) Pluggable sorter as a java.util.Comparator class.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.FileEndpointBuilderFactory.FileEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.