java-ddp-client
java-ddp-client copied to clipboard
Async await
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