vert-x3 / vertx-service-proxy

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

Interface for Service- Proxy&ProxyBuilder #91

Open eutkin opened 5 years ago

eutkin commented 5 years ago

extract interfaces for base classes (ServiceBinder, ServiceProxyBuilder). Add @VertxGen for these interfaces. Made for use in rx java2.

eutkin commented 5 years ago

anybody?

slinkydeveloper commented 5 years ago

Hi, sorry for the delay. I don't understand why you need RxJava bindings for ServiceBinder & ServiceProxyBuilder. There are no async methods in it

eutkin commented 5 years ago

this is necessary to make it easier to register proxies in verticle rx wrappers

okou19900722 commented 5 years ago

LGTM