Re: bean members with parallel processing
do something here with mapper > mapper.doSomething(); > return "resultFromStep2"; > } > > public String step3(String contentFromStep2) { > //do something here with mapper > mapper.doSomething(); > return "resultFr
bean members with parallel processing
mapper.doSomething(); return "resultFromStep2"; } } -- View this message in context: http://camel.465427.n5.nabble.com/bean-members-with-parallel-processing-tp5749157.html Sent from the Camel - Users mailing list archive at Nabble.com.