1

At the moment we using http://mvnrepository.com/artifact/com.google.api-client/google-api-client/1.19.0 Which only seems to expose a blocking API.

Any suggestions on how to get a non-blocking approach welcome.

Thanks

4

1 回答 1

0

不,Google API 客户端只是 REST 调用的简单包装器。如果您想要异步,则需要将其编码到您的应用程序中。

于 2015-01-10T23:01:54.527 回答