vert-x3 / vertx-proton

Apache License 2.0
26 stars 26 forks source link

Futures instead of callbacks #44

Open RobWin opened 7 years ago

RobWin commented 7 years ago

Hi, do you think it makes sense and is possible to create a second API which uses Futures instead of callbacks?

vietj commented 7 years ago

@RobWin instead we should rather make a polyglot API (like in Vert.x Kafka Client) and then generate an RxJava version of this API like other Vert.x API do

vietj commented 5 years ago

see https://github.com/vert-x3/vertx-proton/issues/108