| Package | Description |
|---|---|
| org.apache.camel.component.directvm |
The Direct VM Component which synchronously invokes
the consumer when a producer sends an exchange to the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DirectVmEndpoint |
DirectVmConsumer.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectVmComponent.addConsumer(DirectVmEndpoint endpoint,
DirectVmConsumer consumer) |
DirectVmConsumer |
DirectVmComponent.getConsumer(DirectVmEndpoint endpoint) |
void |
DirectVmComponent.removeConsumer(DirectVmEndpoint endpoint,
DirectVmConsumer consumer) |
| Constructor and Description |
|---|
DirectVmBlockingProducer(DirectVmEndpoint endpoint) |
DirectVmConsumer(DirectVmEndpoint endpoint,
Processor processor) |
DirectVmProcessor(Processor processor,
DirectVmEndpoint endpoint) |
DirectVmProducer(DirectVmEndpoint endpoint) |
Apache Camel