0
rrodrprincipe
.process(exchange -> { System.out.println(exchange); })
The first code block prints the input and output of the exchange object while the second block prints the exchange object itself.
0 Comments
.process(exchange -> { System.out.println(); })