Re: DSL to processors code

2023-07-28 Thread Alex O'Ree
Thanks ill dig into it On Fri, Jul 28, 2023, 10:54 AM Claus Ibsen wrote: > I dont have time to write a long response, but a hint is > > model -> reifier -> processor > > On Fri, Jul 28, 2023 at 4:48 PM Alex O'Ree wrote: > > > Can someone point me to the code that apache camel uses to instantiat

Re: DSL to processors code

2023-07-28 Thread Claus Ibsen
I dont have time to write a long response, but a hint is model -> reifier -> processor On Fri, Jul 28, 2023 at 4:48 PM Alex O'Ree wrote: > Can someone point me to the code that apache camel uses to instantiate and > configure camel processors? I'm trying to learn how connectors and > processors