astefanutti commented on pull request #1372:
URL: https://github.com/apache/camel-quarkus/pull/1372#issuecomment-645992858


   We could automatically declare a `ComponentsBuilderFactory` bean so that 
users can write:
   
   ```
   @Produces
   public LogComponent createMyFancyLogComponent(ComponentsBuilderFactory 
builder) {
      return builder.log()...build();
   }
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to