-
Notifications
You must be signed in to change notification settings - Fork 7
Add wrapper for ApiFuture? #463
Comments
https://cloud.google.com/java/docs/reference/api-common/latest/com.google.api.core.ApiFuture
|
@fancywriter what are the Maven coordinates of the JAR that contains this interface? |
@sideeffffect this one https://mvnrepository.com/artifact/com.google.api/api-common This is my naive implementation
I may not covered all corner cases like cancellation, didn't dig too much there. |
@fancywriter would you consider opening a PR for this? |
@sideeffffect theoretically, I can. How should I organise the code, does it have to be separate module? |
Yes, please add a new sbt module for this. Currently we have a module I think we can name the new one Thank you |
I don't have good understanding why google decided to add yet another future interface (seems it's the same listenable future under the hood) https://cloud.google.com/java/docs/reference/api-common/latest/com.google.api.core.ApiFutures
Would be nice to have transparent wrapper for this too...
The text was updated successfully, but these errors were encountered: