davsclaus opened a new issue, #751:
URL: https://github.com/apache/camel-karavan/issues/751

   You cannot configure the pattern (Message Exchange Pattern) that is an enum
   
       @XmlAttribute
       @Metadata(label = "advanced", javaType = 
"org.apache.camel.ExchangePattern", enums = "InOnly,InOut")
       private String pattern;
   
   "pattern": { "kind": "attribute", "displayName": "Pattern", "label": 
"advanced", "required": false, "type": "enum", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ], 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the optional ExchangePattern used to invoke this endpoint" },
   <img width="1461" alt="Screenshot 2023-05-01 at 10 12 12" 
src="https://user-images.githubusercontent.com/477100/235427427-33675be1-dda3-4897-af15-fb030c73d953.png";>
   
   


-- 
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: commits-unsubscr...@camel.apache.org.apache.org

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

Reply via email to