Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

streaming results using rest dsl

$
0
0
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

Viewing all articles
Browse latest Browse all 5648

Trending Articles