[ 
https://issues.apache.org/jira/browse/CAMEL-7725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-7725:
-------------------------------

    Priority: Minor  (was: Critical)

> 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: Improvement
>          Components: camel-scala
>    Affects Versions: 2.13.2
>            Reporter: Edin Hodzic
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.12.5, 2.13.3, 2.14.0
>
>         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)

Reply via email to