| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
StubEndpoint
The stub component provides a simple way to stub out any physical endpoints while in development or testing.
|
| Constructor and Description |
|---|
StubConsumer(VmEndpoint endpoint,
Processor processor) |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,VmEndpoint> |
VmComponent.ENDPOINTS |
| Modifier and Type | Method and Description |
|---|---|
protected VmEndpoint |
VmComponent.createEndpoint(String endpointUri,
Component component,
BlockingQueue<Exchange> queue,
int concurrentConsumers) |
protected VmEndpoint |
VmComponent.createEndpoint(String endpointUri,
Component component,
BlockingQueueFactory<Exchange> queueFactory,
int concurrentConsumers) |
| Constructor and Description |
|---|
VmConsumer(VmEndpoint endpoint,
Processor processor) |
Apache Camel