Stream Response
Response wrapper specifically for streaming operations in the SDK.
This class extends the concept of Response to handle streaming data that comes as a sequence of items, with a distinct end signal and potential failures at any point.
Parameters
T
The type of data being streamed.