Premcnathan commented on issue #315:
URL: https://github.com/apache/camel-karavan/issues/315#issuecomment-1209266975

   Hi,
   
   I have created a kamelet in java DSL like below. I am looking for a way 
through which I can show it in Karavan UI.  Just wanted to check if this issue 
is created for the same requirement. Thanks in advance!! 
   
   ```
   routeTemplate("mykamelet").
              templateParameter("message", "customMessage").
               from("kamelet:source").
                         //do something
                   to("kamelet:sink");
   ```
   
   CC: @bvahdat 


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to