|
GoPxL SDK
|
| GoTransaction StartStream | ( | const std::string & | uri, |
| const GoJson & | content = {}, |
||
| const GoJson & | args = {} |
||
| ) |
Start streaming a streamable resource.
Not all resources are streamable, check the API docs. Ensure you have set the stream handler before calling this function to ensure you do not miss any messages.
| uri | The URI to the resource. |
| content | GoJson object of the content for the request. |
| args | GoJson object of arguments for the request. |
| GoChannelError | If not connected to channel. |