org.apache.camel.impl
Class EventDrivenConsumerRoute<E extends Exchange>
java.lang.Object
org.apache.camel.Route<E>
org.apache.camel.impl.EventDrivenConsumerRoute<E>
public class EventDrivenConsumerRoute<E extends Exchange>
- extends Route<E>
A Route
which starts with an
Event Driven Consumer
- Version:
- $Revision: 702954 $
EventDrivenConsumerRoute
public EventDrivenConsumerRoute(Endpoint endpoint,
Processor processor)
toString
public String toString()
- Overrides:
toString
in class Route<E extends Exchange>
getProcessor
public Processor getProcessor()
setProcessor
public void setProcessor(Processor processor)
addServices
protected void addServices(List<Service> services)
throws Exception
- Factory method to lazily create the complete list of services required for this route
such as adding the processor or consumer
- Overrides:
addServices
in class Route<E extends Exchange>
- Throws:
Exception
Apache CAMEL