You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (Jira)" <ji...@apache.org> on 2020/09/24 09:17:00 UTC

[jira] [Created] (CAMEL-15573) camel-main: support LambdaRouteBuilder

Luca Burgazzoli created CAMEL-15573:
---------------------------------------

             Summary: camel-main: support LambdaRouteBuilder
                 Key: CAMEL-15573
                 URL: https://issues.apache.org/jira/browse/CAMEL-15573
             Project: Camel
          Issue Type: Improvement
          Components: camel-main
            Reporter: Luca Burgazzoli
            Assignee: Luca Burgazzoli
             Fix For: 3.6.0


In addition to suport RoutesBuilders, camel-main should support LambdaRouteBuilder out of the box, something like:

{code:java}
main.configure().addRoutesBuilder(b -> b.from(...));
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)