|
Page Edited :
CAMEL :
Scala DSL - Getting Started
Scala DSL - Getting Started has been edited by Hadrian Zbarcea (Jan 21, 2009). Content:Just like the Java DSL, the Scala DSL has a RouteBuilder (org.apache.camel.scala.builder.RouteBuilder) class that you have to extend to implement your own routes. This example shows you two very simple routes. class MyRouteBuilder extends RouteBuilder { "direct:a" --> "mock:a" "direct:b" to "mock:b" }
|
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
