Uses of Class
org.apache.camel.impl.DefaultPollingConsumerPollStrategy

Packages that use DefaultPollingConsumerPollStrategy
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of DefaultPollingConsumerPollStrategy in org.apache.camel.impl
 

Subclasses of DefaultPollingConsumerPollStrategy in org.apache.camel.impl
 class LimitedPollingConsumerPollStrategy
          A PollingConsumerPollStrategy which supports suspending consumers if they failed for X number of times in a row.
 



Apache Camel