vert-x3 / vertx-service-proxy

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

Add registerLocalHandler support #36

Closed michalboska closed 5 years ago

michalboska commented 8 years ago

To be able to register a local, non-clustered handler with the handler proxy. Changed the base abstract ProxyHandler class, as well as the code generator template.

cescoffier commented 8 years ago

Could you add some tests and update the documentation ?

michalboska commented 8 years ago

Sure. I will probably need to adapt the ProxyHelper class as well (add registerLocalService methods the same way as registerService)

michalboska commented 8 years ago

@cescoffier Please review. I haven't noticed any mentioning of the ProxyHandler.class or how to use proxy handlers generally in documentation, so i didn't add anything there