You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/09/24 10:48:53 UTC

[GitHub] [camel] davsclaus commented on a change in pull request #4285: CAMEL-15573: camel-main: support LambdaRouteBuilder

davsclaus commented on a change in pull request #4285:
URL: https://github.com/apache/camel/pull/4285#discussion_r494217391



##########
File path: core/camel-main/src/main/java/org/apache/camel/main/MainConfigurationProperties.java
##########
@@ -559,4 +573,12 @@ public MainConfigurationProperties withAdditionalRoutesBuilder(Class... builders
         addRoutesBuilder(builders);
         return this;
     }
+
+    /**
+     * Add an additional {@link LambdaRouteBuilder} object to the known list of builders.
+     */
+    public MainConfigurationProperties withAdditionalL(LambdaRouteBuilder builder) {

Review comment:
       Maybe its a bit too short name as the others are additoinalRouteBuilder and this may seem like a typo with that lower case l and then an upper case L
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org