| Package | Description |
|---|---|
| org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventDrivenPollingConsumer
A default implementation of the
PollingConsumer which uses the normal
asynchronous consumer mechanism along with a BlockingQueue to allow
the caller to pull messages on demand. |
class |
ProcessorPollingConsumer
A simple implementation of
PollingConsumer which just uses
a Processor. |
Apache Camel