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