Uses of Class
io.vertx.reactivex.servicediscovery.ServiceReference
-
Packages that use ServiceReference Package Description io.vertx.reactivex.servicediscovery -
-
Uses of ServiceReference in io.vertx.reactivex.servicediscovery
Fields in io.vertx.reactivex.servicediscovery with type parameters of type ServiceReference Modifier and Type Field Description static TypeArg<ServiceReference>ServiceReference. __TYPE_ARGMethods in io.vertx.reactivex.servicediscovery that return ServiceReference Modifier and Type Method Description ServiceReferenceServiceDiscovery. getReference(io.vertx.servicediscovery.Record record)Gets a service reference from the given record.ServiceReferenceServiceDiscovery. getReferenceWithConfiguration(io.vertx.servicediscovery.Record record, io.vertx.core.json.JsonObject configuration)Gets a service reference from the given record, the reference is configured with the given json object.static ServiceReferenceServiceReference. newInstance(io.vertx.servicediscovery.ServiceReference arg)Methods in io.vertx.reactivex.servicediscovery that return types with arguments of type ServiceReference Modifier and Type Method Description Set<ServiceReference>ServiceDiscovery. bindings()Methods in io.vertx.reactivex.servicediscovery with parameters of type ServiceReference Modifier and Type Method Description booleanServiceDiscovery. release(ServiceReference reference)Releases the service reference.
-