| Package | Description |
|---|---|
| org.apache.camel.component.direct |
The Direct Component which synchronously invokes
all the consumers when a producer sends an exchange to the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DirectConsumer |
DirectEndpoint.getConsumer() |
protected DirectConsumer |
DirectBlockingProducer.getConsumer(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectEndpoint.addConsumer(DirectConsumer consumer) |
boolean |
DirectEndpoint.hasConsumer(DirectConsumer consumer) |
void |
DirectEndpoint.removeConsumer(DirectConsumer consumer) |
| Constructor and Description |
|---|
DirectEndpoint(String uri,
Component component,
Map<String,DirectConsumer> consumers) |
Apache Camel