open class ServiceReference
Once a consumer has chosen a service, it builds a io.vertx.rxjava.servicediscovery.ServiceReference managing the binding with the chosen service provider.
The reference lets the consumer: * access the service (via a proxy or a client) with the io.vertx.rxjava.servicediscovery.ServiceReference#get method * release the reference - so the binding between the consumer and the provider is removed
NOTE: This class has been automatically generated from the io.vertx.servicediscovery.ServiceReference non RX-ified interface using Vert.x codegen.
|