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 class
EventDrivenPollingConsumer
A default implementation of thePollingConsumer
which uses the normal asynchronous consumer mechanism along with aBlockingQueue
to allow the caller to pull messages on demand.class
ProcessorPollingConsumer
A simple implementation ofPollingConsumer
which just uses aProcessor
.
-