Package | Description |
---|---|
io.vertx.rxjava.servicediscovery |
Modifier and Type | Field and Description |
---|---|
static TypeArg<ServiceReference> |
ServiceReference.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
ServiceReference |
ServiceDiscovery.getReference(io.vertx.servicediscovery.Record record)
Gets a service reference from the given record.
|
ServiceReference |
ServiceDiscovery.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 ServiceReference |
ServiceReference.newInstance(io.vertx.servicediscovery.ServiceReference arg) |
Modifier and Type | Method and Description |
---|---|
Set<ServiceReference> |
ServiceDiscovery.bindings() |
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceDiscovery.release(ServiceReference reference)
Releases the service reference.
|
Copyright © 2019 Eclipse. All rights reserved.