Class FileWatcherStrategy.WatchFileChangesTask
java.lang.Object
org.apache.camel.component.stream.FileWatcherStrategy.WatchFileChangesTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
FileWatcherStrategy
Background task which watches for file changes
-
Constructor Summary
ConstructorsConstructorDescriptionWatchFileChangesTask
(WatchService watcher, Path folder, FileWatcherStrategy.OnChangeEvent changeEvent) -
Method Summary
-
Constructor Details
-
WatchFileChangesTask
public WatchFileChangesTask(WatchService watcher, Path folder, FileWatcherStrategy.OnChangeEvent changeEvent)
-
-
Method Details