zhfeng commented on issue #878: Update to introduce the quarkus qute extension
URL: https://github.com/apache/camel-quarkus/pull/878#issuecomment-599368756
 
 
   @ppalaga I added the changes to inject the `Engine quteEngine` when running 
inside the quarkus. It works well and I also want to implement the validate the 
template file during the `BUILDING_TIME` which I think it needs to query the 
`uri of the Endponints` to see if it is just like `to(qute:hello)` and extract 
the `hello` URI. Then it could be checked by the `Qute` to see the templeate 
files is valid or not.
   
   So my question is is there any method from the `camel core engine` to get 
the URI of the endpoints during BUILDING_TIME ?
   
   Thanks very much for your reviewing and helping !

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to