Uses of Interface
io.vertx.serviceresolver.ServiceAddress
-
Packages that use ServiceAddress Package Description io.vertx.serviceresolver -
-
Uses of ServiceAddress in io.vertx.serviceresolver
Methods in io.vertx.serviceresolver that return ServiceAddress Modifier and Type Method Description static ServiceAddress
ServiceAddress. of(String name)
Create a service addressMethods in io.vertx.serviceresolver with parameters of type ServiceAddress Modifier and Type Method Description Future<Endpoint>
ServiceResolverClient. resolveEndpoint(ServiceAddress address)
-