Class MarkerFileExclusiveReadLockStrategy

java.lang.Object
org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy
All Implemented Interfaces:
GenericFileExclusiveReadLockStrategy<File>
Direct Known Subclasses:
FileChangedExclusiveReadLockStrategy, FileLockExclusiveReadLockStrategy

public class MarkerFileExclusiveReadLockStrategy extends Object implements GenericFileExclusiveReadLockStrategy<File>
Acquires read lock to the given file using a marker file so other Camel consumers wont acquire the same file. This is the default behavior in Camel 1.x.