| 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() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EventComponent.consumerStarted(EventEndpoint endpoint) |
protected void |
EventComponent.consumerStopped(EventEndpoint endpoint) |
| 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() |
Apache Camel