How can we call a custom defined Camel Processor in the Integration Flow? #74
sunil-solace
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a custom Camel based Adapter being developed. It basically invokes the Producer and Consumer implementations we've defined using Receiver and Sender, but we also would like to invoke a custom Processor in our Adapter from the Integration Suite. Is this supported, if yes, then what's the way around it?
Following is the example of what is being done:
The following processor is implemented in the Custom Adapter:
and this is how it would work in the Camel world:
Beta Was this translation helpful? Give feedback.
All reactions