Claus Ibsen created CAMEL-16066:
-----------------------------------
Summary: camel-core - Add static methods for language expressions
in Builder to use for Lambda DSL
Key: CAMEL-16066
URL: https://issues.apache.org/jira/browse/CAMEL-16066
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Fix For: 3.8.0
On the user mailing list
AdviceWith.adviceWith(context, "foo", rb ->{
rb.weaveById("*").after().wireTap("xxx").newExchangeHeader("fff",
HERE_I_WANT_CSIMPLE))
});
For that we need the languges on Builder. It currently lacks a number of them.
If you do not use Lambda style but AdviceWithRouteBuilder you have all the
languages via BuilderSupport out of the box.
http://camel.465427.n5.nabble.com/CSimple-language-usage-tp5902701.html
--
This message was sent by Atlassian Jira
(v8.3.4#803005)