Uses of Class
org.apache.camel.component.file.FileConsumer

Packages that use FileConsumer
org.apache.camel.component.file The File Component for working with file systems. 
 

Uses of FileConsumer in org.apache.camel.component.file
 

Methods in org.apache.camel.component.file that return FileConsumer
 FileConsumer FileEndpoint.createConsumer(Processor processor)
           
protected  FileConsumer FileEndpoint.newFileConsumer(Processor processor, GenericFileOperations<File> operations)
          Strategy to create a new FileConsumer
 



Apache Camel