Uses of Interface
org.apache.camel.PollingConsumerPollingStrategy

Packages that use PollingConsumerPollingStrategy
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 PollingConsumerPollingStrategy in org.apache.camel.component.file
 

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

Uses of PollingConsumerPollingStrategy in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement PollingConsumerPollingStrategy
 class DefaultScheduledPollConsumer
          A default implementation of an event driven Consumer which uses the PollingConsumer
 class ScheduledBatchPollingConsumer
          A useful base class for any consumer which is polling batch based
 class ScheduledPollConsumer
          A useful base class for any consumer which is polling based
 



Apache Camel