vert-x3 / vertx-service-proxy

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

Improve handler generation #16

Closed cescoffier closed 9 years ago

cescoffier commented 9 years ago

Improve handler generation by adding two methods to register the handler on the event bus (or a selected set of event buses)

So no need to use the ProxyHelper anymore.

@vietj please review.

Signed-off-by: Clement Escoffier clement.escoffier@gmail.com

vietj commented 9 years ago

looks good beside the < T >

cescoffier commented 9 years ago

The useless are fixed in the last commit.