Uses of Interface
org.apache.camel.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 just logs a WARN level log in case of rollback.
 

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