Method and Description |
---|
io.vertx.servicediscovery.ServiceDiscovery.create(Vertx, Handler<ServiceDiscovery>)
this will be removed in Vert.x 4, instead use
ServiceDiscovery.create(Vertx) |
io.vertx.servicediscovery.ServiceDiscovery.create(Vertx, ServiceDiscoveryOptions, Handler<ServiceDiscovery>)
this will be removed in Vert.x 4, instead use
ServiceDiscovery.create(Vertx, ServiceDiscoveryOptions) |
Copyright © 2019 Eclipse. All rights reserved.