| Package | Description |
|---|---|
| org.apache.camel.component.file.strategy |
Strategies for the File Component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileChangedExclusiveReadLockStrategy
Acquires exclusive read lock to the given file by checking whether the file
is being changed by scanning the file at different intervals (to detect
changes).
|
class |
FileLockExclusiveReadLockStrategy
Acquires exclusive read lock to the given file.
|
Apache Camel