src/bundlingCalls/bundleApiCaller.ts
An implementation of APICaller for bundled calls. Uses BundleExecutor to do bundling.
Properties |
Methods |
constructor(bundler: BundleExecutor)
|
||||||
Defined in src/bundlingCalls/bundleApiCaller.ts:46
|
||||||
Parameters :
|
bundler |
Type : BundleExecutor
|
Defined in src/bundlingCalls/bundleApiCaller.ts:46
|
call | |||||||||||||||
call(apiCall: SimpleCallbackFunction, argument: literal type, settings: CallSettings, status: OngoingCallPromise)
|
|||||||||||||||
Defined in src/bundlingCalls/bundleApiCaller.ts:66
|
|||||||||||||||
Parameters :
Returns :
void
|
fail | |||||||||
fail(canceller: OngoingCallPromise, err: GoogleError)
|
|||||||||
Defined in src/bundlingCalls/bundleApiCaller.ts:82
|
|||||||||
Parameters :
Returns :
void
|
init | |||||||||
init(settings: ApiCallerSettings, callback?: APICallback)
|
|||||||||
Defined in src/bundlingCalls/bundleApiCaller.ts:52
|
|||||||||
Parameters :
Returns :
OngoingCallPromise | OngoingCall
|
result | ||||||
result(canceller: OngoingCallPromise)
|
||||||
Defined in src/bundlingCalls/bundleApiCaller.ts:86
|
||||||
Parameters :
Returns :
any
|
wrap | ||||||
wrap(func: GRPCCall)
|
||||||
Defined in src/bundlingCalls/bundleApiCaller.ts:62
|
||||||
Parameters :
Returns :
GRPCCall
|