Streaming Result Goa makes it possible to define unidirectional server-side streaming where an endpoint can receive a payload and stream a sequence of results. The streamed results are instances of the same type.
This document describes a method to stream a sequence of results and what the generator produces for the transport-independent and transport-dependent code.
Design The StreamingResult DSL can be defined on a method to setup an endpoint that streams a sequence of results.
↧