Package org.apache.camel.component.file.strategy

Strategies for the File Component.

See:
          Description

Interface Summary
GenericFileRenamer<T> Used for renaming files.
 

Class Summary
FileLockExclusiveReadLockStrategy Acquires exclusive read lock to the given file.
FileProcessStrategyFactory  
GenericFileDeleteProcessStrategy<T>  
GenericFileExpressionRenamer<T>  
GenericFileNoOpProcessStrategy<T>  
GenericFileProcessStrategyFactory  
GenericFileProcessStrategySupport<T>  
GenericFileRenameExclusiveReadLockStrategy<T> Acquires exclusive read lock to the given file.
GenericFileRenameProcessStrategy<T>  
MarkerFileExclusiveReadLockStrategy Acquires read lock to the given file using a marker file so other Camel consumers wont acquire the same file.
 

Package org.apache.camel.component.file.strategy Description

Strategies for the File Component.



Apache CAMEL