Uses of Class
io.vertx.mutiny.servicediscovery.ServiceReference
-
Packages that use ServiceReference Package Description io.vertx.mutiny.servicediscovery -
-
Uses of ServiceReference in io.vertx.mutiny.servicediscovery
Fields in io.vertx.mutiny.servicediscovery with type parameters of type ServiceReference Modifier and Type Field Description static TypeArg<ServiceReference>
ServiceReference. __TYPE_ARG
Methods in io.vertx.mutiny.servicediscovery that return ServiceReference Modifier and Type Method Description ServiceReference
ServiceDiscovery. getReference(io.vertx.servicediscovery.Record record)
ServiceReference
ServiceDiscovery. getReferenceWithConfiguration(io.vertx.servicediscovery.Record record, io.vertx.core.json.JsonObject configuration)
static ServiceReference
ServiceReference. newInstance(io.vertx.servicediscovery.ServiceReference arg)
Methods in io.vertx.mutiny.servicediscovery that return types with arguments of type ServiceReference Modifier and Type Method Description Set<ServiceReference>
ServiceDiscovery. bindings()
Methods in io.vertx.mutiny.servicediscovery with parameters of type ServiceReference Modifier and Type Method Description boolean
ServiceDiscovery. release(ServiceReference reference)
-