@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface FileWatchEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FileWatchEndpointBuilderFactory.AdvancedFileWatchEndpointBuilder
Advanced builder for endpoint for the File Watch component.
|
static class |
FileWatchEndpointBuilderFactory.FileEventEnum
Proxy enum for
org.apache.camel.component.file.watch.constants.FileEventEnum enum. |
static interface |
FileWatchEndpointBuilderFactory.FileWatchBuilders |
static interface |
FileWatchEndpointBuilderFactory.FileWatchEndpointBuilder
Builder for endpoint for the File Watch component.
|
| Modifier and Type | Method and Description |
|---|---|
static 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. |
static FileWatchEndpointBuilderFactory.FileWatchEndpointBuilder fileWatch(String path)
file-watch:path
Path parameter: path (required)
Path of directory to consume events from.Apache Camel