Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-7725

camel-scala - Startup order not available in Scala DSL

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.13.2
    • 2.12.5, 2.13.3, 2.14.0
    • camel-scala
    • None
    • Patch Available
    • Unknown

    Description

      The startupOrder method is missing from the Scala DSL.

      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")
        }
      }
      

      This is an important piece of functionality to have for any non-trivial route integration.

      Attachments

        1. camel-7725-patch.txt
          4 kB
          Edin Hodzic

        Activity

          People

            njiang Willem Jiang
            edinhodzic Edin Hodzic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: