vert-x3 / vertx-service-proxy

EventBus Proxy generation
Apache License 2.0
66 stars 58 forks source link

Supporting Future<T> methods. fix #107 #108

Closed okou19900722 closed 4 years ago

okou19900722 commented 4 years ago

1, ProxyModel.check ReturnType allows to return the value of the Future type, Future's generic type is consistent with the AsyncResult's generic detection. 2, generate a method to return Future in *VertxEBProxy and *VertxProxyHandler 3, unit test

vietj commented 4 years ago

can we get a description of what the PR does ?

slinkydeveloper commented 4 years ago

And can you move the merge base to master? I think this feature will go for 4.x

vietj commented 4 years ago

this is a feature we only want in Vert.x 4, not Vert.x 3.x