Package | Description |
---|---|
org.apache.camel.component.direct |
The Direct Component which synchronously invokes
all the consumers when a producer sends an exchange to the endpoint.
|
org.apache.camel.component.file |
The File Component for working with file systems.
|
org.apache.camel.component.seda | |
org.apache.camel.component.stub |
The Stub Component which is used for stubbing endpoints.
|
org.apache.camel.component.vm |
The VM Component for asynchronous
SEDA exchanges on a
BlockingQueue
within the current JVM; so across CamelContext instances.
|
org.apache.camel.impl |
Default implementation classes for Camel Core
|
Modifier and Type | Class and Description |
---|---|
class |
DirectConsumer
The direct consumer.
|
Modifier and Type | Class and Description |
---|---|
class |
FileConsumer
File consumer.
|
class |
GenericFileConsumer<T>
Base class for file consumers.
|
Modifier and Type | Class and Description |
---|---|
class |
SedaConsumer
A Consumer for the SEDA component.
|
Modifier and Type | Class and Description |
---|---|
class |
StubConsumer |
Modifier and Type | Class and Description |
---|---|
class |
VmConsumer |
Modifier and Type | Class and Description |
---|---|
class |
ScheduledBatchPollingConsumer
A useful base class for any consumer which is polling batch based
|
Apache Camel