Is there a way to stream output using the Rest DSL?
Something like using the JAC-RS StreamingOutput class?
http://docs.oracle.com/javaee/6/api/javax/ws/rs/core/StreamingOutput.html

I have large amount of data (split into multiple Exchanges) and don't want to wait for all to be processed before start sending the response.

Tim

Reply via email to