kenyee / java-ddp-client

A DDP client written in java for the Meteor framework (https://github.com/meteor/meteor)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async await

sGaster opened this issue · comments

Hello :)

I was wondering if it is possible to use something like async await (or promises) for the callback (onResult) functions. This would be necessary in on of our projects. If yes how would it look like. We experimented with the java.util.concurrent.Future package but it did not the trick. We would really appreciate your help.

Greetings