public static interface FileWatchEndpointBuilderFactory.FileWatchBuilders
| Modifier and Type | Method and Description |
|---|---|
default FileWatchEndpointBuilderFactory.FileWatchEndpointBuilder |
fileWatch(String path)
File Watch (camel-file-watch)
The file-watch is used to monitor file events in directory using
java.nio.file.WatchService
Category: file
Since: 3.0
Maven coordinates: org.apache.camel:camel-file-watch
Syntax:
file-watch:path
Path parameter: path (required)
Path of directory to consume events from. |
default FileWatchEndpointBuilderFactory.FileWatchEndpointBuilder fileWatch(String path)
file-watch:path
Path parameter: path (required)
Path of directory to consume events from.Apache Camel