vert-x3 / vertx-service-proxy

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

Proxy generation does not import the class name of an Async interface declared in a different package #128

Closed vietj closed 3 years ago

vietj commented 3 years ago

Leading to a compilation error similar to:

DiscoveryOMEPluginServiceVertxEBProxy.java:80: error: cannot f
ind symbol
        handler.handle(Future.succeededFuture(new CollectionCommonServiceVertxEBProxy(_vertx, res.result().headers().get("proxyaddr"))));
                                                  ^
  symbol:   class CollectionCommonServiceVertxEBProxy
  location: class DiscoveryOMEPluginServiceVertxEBProxy
1 error