Uses of Interface
org.apache.camel.spi.PollingConsumerPollStrategy

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

Uses of PollingConsumerPollStrategy in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement PollingConsumerPollStrategy
 class DefaultPollingConsumerPollStrategy
          A default implementation that will not retry on rollback.
 class LimitedPollingConsumerPollStrategy
          A PollingConsumerPollStrategy which supports suspending consumers if they failed for X number of times in a row.
 

Methods in org.apache.camel.impl that return PollingConsumerPollStrategy
 PollingConsumerPollStrategy ScheduledPollConsumer.getPollStrategy()
           
 

Methods in org.apache.camel.impl with parameters of type PollingConsumerPollStrategy
 void ScheduledPollConsumer.setPollStrategy(PollingConsumerPollStrategy pollStrategy)
           
 



Apache Camel