Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Unknown
Description
I was thinking of adding an AdviceWithRouteBuilder implementation for Scala (e.g, ScalaAdviceWithRouteBuilder). As far as i understand the API, the weave*/replace etc methods return a single ProcessorDefinition. The Scala API only has org.apache.camel.scala.dsl.DSL where each keyword returns the DSL again.
If my assumption is correct than that whole DSL part would need refactoring. Feels quite invasive.
Are my assumptions correct?