Uses of Interface
org.apache.camel.builder.component.dsl.FileWatchComponentBuilderFactory.FileWatchComponentBuilder
Packages that use FileWatchComponentBuilderFactory.FileWatchComponentBuilder
-
Uses of FileWatchComponentBuilderFactory.FileWatchComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return FileWatchComponentBuilderFactory.FileWatchComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.fileWatch()File Watch (camel-file-watch) Get notified about file events in a directory using java.nio.file.WatchService. -
Uses of FileWatchComponentBuilderFactory.FileWatchComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement FileWatchComponentBuilderFactory.FileWatchComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return FileWatchComponentBuilderFactory.FileWatchComponentBuilderModifier and TypeMethodDescriptionFileWatchComponentBuilderFactory.FileWatchComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.FileWatchComponentBuilderFactory.FileWatchComponentBuilder.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.FileWatchComponentBuilderFactory.FileWatchComponentBuilder.concurrentConsumers(int concurrentConsumers) The number of concurrent consumers.FileWatchComponentBuilderFactory.FileWatchComponentBuilder.fileHasher(io.methvin.watcher.hashing.FileHasher fileHasher) Reference to io.methvin.watcher.hashing.FileHasher.FileWatchComponentBuilderFactory.fileWatch()File Watch (camel-file-watch) Get notified about file events in a directory using java.nio.file.WatchService.FileWatchComponentBuilderFactory.FileWatchComponentBuilder.pollThreads(int pollThreads) The number of threads polling WatchService.FileWatchComponentBuilderFactory.FileWatchComponentBuilder.queueSize(int queueSize) Maximum size of queue between WatchService and consumer.FileWatchComponentBuilderFactory.FileWatchComponentBuilder.useFileHashing(boolean useFileHashing) Enables or disables file hashing to detect duplicate events.