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

camel-core: load route definitions from registry

    Details

    • Type: Improvement
    • Status: Reopened
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: Future
    • Component/s: camel-core
    • Labels:
      None
    • Estimated Complexity:
      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

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

              Dates

              • Created:
                Updated: