org.apache.camel.impl
Class EventDrivenConsumerRoute
java.lang.Object
org.apache.camel.Route
org.apache.camel.impl.EventDrivenConsumerRoute
public class EventDrivenConsumerRoute
- extends Route
A Route
which starts with an
Event Driven Consumer
- Version:
- $Revision: 751655 $
EventDrivenConsumerRoute
public EventDrivenConsumerRoute(Endpoint endpoint,
Processor processor)
toString
public String toString()
- Overrides:
toString
in class Route
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
- Throws:
Exception
Copyright © 2009 Apache Software Foundation. All Rights Reserved.