src/streamingCalls/streaming.ts
Properties |
Methods |
constructor(type: StreamType, callback: APICallback)
|
||||||||||||
Defined in src/streamingCalls/streaming.ts:95
|
||||||||||||
StreamProxy is a proxy to gRPC-streaming method.
Parameters :
|
Optional stream |
Type : CancellableStream
|
Defined in src/streamingCalls/streaming.ts:95
|
type |
Type : StreamType
|
Defined in src/streamingCalls/streaming.ts:92
|
cancel |
cancel()
|
Defined in src/streamingCalls/streaming.ts:115
|
Returns :
void
|
forwardEvents | ||||||||
forwardEvents(stream: Stream)
|
||||||||
Defined in src/streamingCalls/streaming.ts:127
|
||||||||
Forward events from an API request stream to the user's stream.
Parameters :
Returns :
void
|
setStream | ||||||||||||
setStream(apiCall: SimpleCallbackFunction, argument: literal type)
|
||||||||||||
Defined in src/streamingCalls/streaming.ts:157
|
||||||||||||
Specifies the target stream.
Parameters :
Returns :
void
|