| 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,
org.apache.camel.Component component,
BlockingQueue<org.apache.camel.Exchange> queue,
int concurrentConsumers) |
protected VmEndpoint |
VmComponent.createEndpoint(String endpointUri,
org.apache.camel.Component component,
org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> queueFactory,
int concurrentConsumers) |
| Constructor and Description |
|---|
VmConsumer(VmEndpoint endpoint,
org.apache.camel.Processor processor) |
Apache Camel