src/bundlingCalls/bundleDescriptor.ts
A descriptor for calls that can be bundled into one call.
Properties |
Methods |
constructor(bundledField: string, requestDiscriminatorFields: string[], subresponseField: string | null, byteLengthFunction: Function)
|
||||||||||||||||||||
Defined in src/bundlingCalls/bundleDescriptor.ts:46
|
||||||||||||||||||||
Describes the structure of bundled call. requestDiscriminatorFields may include '.' as a separator, which is used to indicate object traversal. This allows fields in nested objects to be used to determine what request to bundle.
Parameters :
|
bundledField |
Type : string
|
Defined in src/bundlingCalls/bundleDescriptor.ts:43
|
byteLengthFunction |
Type : Function
|
Defined in src/bundlingCalls/bundleDescriptor.ts:46
|
requestDiscriminatorFields |
Type : string[]
|
Defined in src/bundlingCalls/bundleDescriptor.ts:44
|
subresponseField |
Type : string | null
|
Defined in src/bundlingCalls/bundleDescriptor.ts:45
|
getApiCaller | ||||||
getApiCaller(settings: CallSettings)
|
||||||
Defined in src/bundlingCalls/bundleDescriptor.ts:91
|
||||||
Parameters :
Returns :
any
|