| Package | Description |
|---|---|
| org.apache.camel.component.seda | |
| org.apache.camel.component.stub |
The Stub Component which is used for stubbing endpoints.
|
| org.apache.camel.component.timer |
The Timer Component provides a
simple timer
|
| org.apache.camel.component.vm |
The VM Component for asynchronous
SEDA exchanges on a
BlockingQueue
within the current JVM; so across CamelContext instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SedaEndpoint
An implementation of the Queue components for
asynchronous SEDA exchanges on a
BlockingQueue within a CamelContext |
| Modifier and Type | Class and Description |
|---|---|
class |
StubEndpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
TimerEndpoint
Represents a timer endpoint that can generate periodic inbound exchanges triggered by a timer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VmEndpoint |
Apache Camel