Uses of Class
org.apache.camel.support.PollingConsumerSupport
Packages that use PollingConsumerSupport
Package
Description
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.supportModifier and TypeClassDescriptionclassA default implementation of thePollingConsumerwhich uses the normal asynchronous consumer mechanism along with aBlockingQueueto allow the caller to pull messages on demand.classA simple implementation ofPollingConsumerwhich just uses aProcessor.