You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/08/06 10:53:00 UTC

[jira] [Updated] (CAMEL-11547) camel-core: load route definitions from registry

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

Claus Ibsen updated CAMEL-11547:
--------------------------------
    Fix Version/s:     (was: Future)
                   3.x

> camel-core: load route definitions from registry
> ------------------------------------------------
>
>                 Key: CAMEL-11547
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11547
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Luca Burgazzoli
>            Priority: Minor
>             Fix For: 3.x
>
>
> This would allow to write routes i.e. in spring boot like
> {code:java}
>     import static RouteDefinitionHelper.from;
>     @Bean
>     RouteDefinition myRoute() {
>         return from("...")
>             .process(..)
>             .to("...")
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)