Uses of Class
org.apache.camel.support.PollingConsumerSupport
-
Packages that use PollingConsumerSupport Package Description org.apache.camel.support Base classes that help to implement the camel API and are expected to be extended by the user -
-
Uses of PollingConsumerSupport in org.apache.camel.support
Subclasses of PollingConsumerSupport in org.apache.camel.support Modifier and Type Class Description classEventDrivenPollingConsumerA default implementation of thePollingConsumerwhich uses the normal asynchronous consumer mechanism along with aBlockingQueueto allow the caller to pull messages on demand.classProcessorPollingConsumerA simple implementation ofPollingConsumerwhich just uses aProcessor.
-