Edin Hodzic created CAMEL-7725:
----------------------------------
Summary: camel-scala - Startup order not available in Scala DSL
Key: CAMEL-7725
URL: https://issues.apache.org/jira/browse/CAMEL-7725
Project: Camel
Issue Type: Bug
Components: camel-scala
Affects Versions: 2.13.2
Reporter: Edin Hodzic
Priority: Critical
Attachments: camel-7725-patch.txt
The
[{{startupOrder}}|http://camel.apache.org/configuring-route-startup-ordering-and-autostartup.html]
method is missing from the Scala DSL.
{code:title=MyRoute.scala}
import org.apache.camel.scala.dsl.builder.RouteBuilder
class MyRoute extends RouteBuilder {
"direct:start" ==> {
startupOrder(1) // this is not available
to("mock:end")
}
}
{code}
This is an important piece of functionality to have for any non-trivial route
integration.
--
This message was sent by Atlassian JIRA
(v6.2#6252)