if my uri is :
from("netty:tcp://localhost:6789?encoders=#myEncoders&decoders=myDecoders&sync=true")
                .process(new MyFromProcessor());

the myDecoders has two decoder, and return two values.

but how to get the two values in MyFromProcessor?

--
View this message in context: 
http://camel.465427.n5.nabble.com/how-to-get-the-return-values-when-use-some-decoders-in-processor-tp5643375p5643375.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to