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


   > We could automatically declare a `ComponentsBuilderFactory` bean so that 
users can write:
   > 
   > ```
   > @Produces
   > public LogComponent createMyFancyLogComponent(ComponentsBuilderFactory 
builder) {
   >    return builder.log()...build();
   > }
   > ```
   
   That requires a camel-componentdsl extension, will open an issue


----------------------------------------------------------------
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