src/streamingCalls/streamingApiCaller.ts
Properties |
Methods |
constructor(descriptor: StreamDescriptor)
|
||||||||
Defined in src/streamingCalls/streamingApiCaller.ts:48
|
||||||||
An API caller for methods of gRPC streaming.
Parameters :
|
descriptor |
Type : StreamDescriptor
|
Defined in src/streamingCalls/streamingApiCaller.ts:48
|
call | |||||||||||||||
call(apiCall: SimpleCallbackFunction, argument: literal type, settings: literal type, stream: StreamProxy)
|
|||||||||||||||
Defined in src/streamingCalls/streamingApiCaller.ts:92
|
|||||||||||||||
Parameters :
Returns :
void
|
fail | |||||||||
fail(stream: CancellableStream, err: Error)
|
|||||||||
Defined in src/streamingCalls/streamingApiCaller.ts:101
|
|||||||||
Parameters :
Returns :
void
|
init | |||||||||
init(settings: ApiCallerSettings, callback: APICallback)
|
|||||||||
Defined in src/streamingCalls/streamingApiCaller.ts:60
|
|||||||||
Parameters :
Returns :
StreamProxy
|
result | ||||||
result(stream: CancellableStream)
|
||||||
Defined in src/streamingCalls/streamingApiCaller.ts:105
|
||||||
Parameters :
Returns :
any
|
wrap | ||||||
wrap(func: GRPCCall)
|
||||||
Defined in src/streamingCalls/streamingApiCaller.ts:64
|
||||||
Parameters :
Returns :
GRPCCall
|