| Package | Description |
|---|---|
| org.apache.camel.component.event |
An Event Endpoint for working with Spring ApplicationEvents
|
| org.apache.camel.spring |
The classes for working with Camel and Spring along with the primary factory beans.
|
| Modifier and Type | Method and Description |
|---|---|
protected EventEndpoint |
EventComponent.createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
EventEndpoint |
CamelEvent.getSource() |
| Constructor and Description |
|---|
CamelEvent(EventEndpoint source,
org.apache.camel.Exchange exchange) |
EventConsumer(EventEndpoint endpoint,
org.apache.camel.Processor processor) |
| Modifier and Type | Method and Description |
|---|---|
protected EventEndpoint |
SpringCamelContext.createEventEndpoint() |
EventEndpoint |
SpringCamelContext.getEventEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringCamelContext.setEventEndpoint(EventEndpoint eventEndpoint) |
Apache Camel