default FileWatchComponentBuilderFactory.FileWatchComponentBuilder |
FileWatchComponentBuilderFactory.FileWatchComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default FileWatchComponentBuilderFactory.FileWatchComponentBuilder |
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.
|
default FileWatchComponentBuilderFactory.FileWatchComponentBuilder |
FileWatchComponentBuilderFactory.FileWatchComponentBuilder.concurrentConsumers(int concurrentConsumers) |
The number of concurrent consumers.
|
default FileWatchComponentBuilderFactory.FileWatchComponentBuilder |
FileWatchComponentBuilderFactory.FileWatchComponentBuilder.fileHasher(io.methvin.watcher.hashing.FileHasher fileHasher) |
Reference to io.methvin.watcher.hashing.FileHasher.
|
static FileWatchComponentBuilderFactory.FileWatchComponentBuilder |
FileWatchComponentBuilderFactory.fileWatch() |
File Watch (camel-file-watch)
Get notified about file events in a directory using
java.nio.file.WatchService.
|
default FileWatchComponentBuilderFactory.FileWatchComponentBuilder |
FileWatchComponentBuilderFactory.FileWatchComponentBuilder.pollThreads(int pollThreads) |
The number of threads polling WatchService.
|
default FileWatchComponentBuilderFactory.FileWatchComponentBuilder |
FileWatchComponentBuilderFactory.FileWatchComponentBuilder.queueSize(int queueSize) |
Maximum size of queue between WatchService and consumer.
|
default FileWatchComponentBuilderFactory.FileWatchComponentBuilder |
FileWatchComponentBuilderFactory.FileWatchComponentBuilder.useFileHashing(boolean useFileHashing) |
Enables or disables file hashing to detect duplicate events.
|