| Package | Description |
|---|---|
| org.apache.camel.impl.engine |
| Modifier and Type | Class and Description |
|---|---|
class |
EventDrivenConsumerRoute
A
DefaultRoute which starts with an
Event Driven Consumer
Use the API from CamelContext to control the lifecycle of a route,
such as starting and stopping using the RouteController.startRoute(String)
and RouteController.stopRoute(String) methods. |
Apache Camel