resolveFutures abstract method

ProgressResult resolveFutures(
  1. int handle,
  2. String resultsJson,
  3. String errorsJson
)

Resolves pending futures with resultsJson and errorsJson.

resultsJson is a JSON object mapping call_id (string) to value. errorsJson is a JSON object mapping call_id (string) to error message.

Implementation

ProgressResult resolveFutures(
  int handle,
  String resultsJson,
  String errorsJson,
);