Package | Description |
---|---|
org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
org.apache.camel.support.component |
Base classes and utilities for API based components
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScheduledPollConsumer
A default implementation of an event driven
Consumer which uses the
PollingConsumer |
class |
ScheduledBatchPollingConsumer
A useful base class for any consumer which is polling batch based
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractApiConsumer<E extends Enum<E> & ApiName,T>
Abstract base class for API Component Consumers.
|
Apache Camel