Uses of Class
org.apache.camel.impl.DefaultRoute

Packages that use DefaultRoute
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of DefaultRoute in org.apache.camel.impl
 

Subclasses of DefaultRoute in org.apache.camel.impl
 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 CamelContext.startRoute(String) and CamelContext.stopRoute(String) methods.

 



Apache CAMEL