Uses of Class
io.vertx.reactivex.servicediscovery.ServiceReference
Packages that use ServiceReference
-
Uses of ServiceReference in io.vertx.reactivex.servicediscovery
Fields in io.vertx.reactivex.servicediscovery with type parameters of type ServiceReferenceModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<ServiceReference> ServiceReference.__TYPE_ARGMethods in io.vertx.reactivex.servicediscovery that return ServiceReferenceModifier and TypeMethodDescriptionServiceDiscovery.getReference(Record record) Gets a service reference from the given record.ServiceDiscovery.getReferenceWithConfiguration(Record record, JsonObject configuration) Gets a service reference from the given record, the reference is configured with the given json object.static ServiceReferenceServiceReference.newInstance(ServiceReference arg) Methods in io.vertx.reactivex.servicediscovery that return types with arguments of type ServiceReferenceMethods in io.vertx.reactivex.servicediscovery with parameters of type ServiceReferenceModifier and TypeMethodDescriptionbooleanServiceDiscovery.release(ServiceReference reference) Releases the service reference.