| 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.vm |
The VM Component for asynchronous
SEDA exchanges on a
BlockingQueue
within the current JVM; so across CamelContext instances.
|
| Modifier and Type | Method and Description |
|---|---|
protected SedaConsumer |
SedaEndpoint.createNewConsumer(Processor processor) |
| Modifier and Type | Method and Description |
|---|---|
Set<SedaConsumer> |
SedaEndpoint.getConsumers()
Returns the current active consumers on this endpoint
|
| Modifier and Type | Class and Description |
|---|---|
class |
StubConsumer |
| Modifier and Type | Class and Description |
|---|---|
class |
VmConsumer |
Apache Camel