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

camel-core: load route definitions from registry

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.5.0
    • camel-core
    • None
    • Unknown

    Description

      This would allow to write routes i.e. in spring boot like

          import static RouteDefinitionHelper.from;
      
          @Bean
          RouteDefinition myRoute() {
              return from("...")
                  .process(..)
                  .to("...")
          }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            lb Luca Burgazzoli
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: