You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "davsclaus (via GitHub)" <gi...@apache.org> on 2023/05/01 08:13:26 UTC

[GitHub] [camel-karavan] davsclaus opened a new issue, #751: EIP To - Should have pattern property

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-unsubscribe@camel.apache.org.apache.org

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


[GitHub] [camel-karavan] mgubaidullin closed issue #751: EIP To - Should have pattern property

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin closed issue #751: EIP To - Should have pattern property
URL: https://github.com/apache/camel-karavan/issues/751


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-karavan] davsclaus commented on issue #751: EIP To - Should have pattern property

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #751:
URL: https://github.com/apache/camel-karavan/issues/751#issuecomment-1529470796

   I can only see Disabled in the advanced properties.


-- 
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-unsubscribe@camel.apache.org

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