Yes see the message history EIP
http://camel.apache.org/eip

On Wed, Oct 12, 2016 at 7:02 PM, Goyal, Arpit <arpit.go...@sap.com> wrote:
> Hi Colleagues,
>
> We have the following route. Is it possible in 'MyPostProcessor' to get the 
> information of the previous step - toD in this case, but it could be 
> different in different case.
>
> from("direct:begin")
> .process(new MyInboundProcessor())
> .process(new MyTransformer())
> .toD("xxxx")
> .process(new MyPostProcessor())
>
> Regards,
> Arpit.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to