Uses of Interface
org.apache.camel.BatchConsumer

Packages that use BatchConsumer
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

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

Classes in org.apache.camel.component.file that implement BatchConsumer
 class FileConsumer
          File consumer.
 class GenericFileConsumer<T>
          Base class for file consumers.
 

Uses of BatchConsumer in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement BatchConsumer
 class ScheduledBatchPollingConsumer
          A useful base class for any consumer which is polling batch based
 



Apache Camel