Uses of Interface
io.vertx.serviceresolver.ServiceAddress
-
Packages that use ServiceAddress Package Description io.vertx.serviceresolver io.vertx.serviceresolver.kube -
-
Uses of ServiceAddress in io.vertx.serviceresolver
Methods in io.vertx.serviceresolver that return ServiceAddress Modifier and Type Method Description static ServiceAddressServiceAddress. 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) -
Uses of ServiceAddress in io.vertx.serviceresolver.kube
Methods in io.vertx.serviceresolver.kube that return ServiceAddress Modifier and Type Method Description ServiceAddressKubernetesServiceAddressBuilder. build()
-