Package | Description |
---|---|
io.vertx.groovy.servicediscovery | |
io.vertx.rxjava.servicediscovery | |
io.vertx.servicediscovery | |
io.vertx.servicediscovery.spi | |
io.vertx.servicediscovery.types |
Modifier and Type | Method and Description |
---|---|
static ServiceReference |
ServiceDiscovery_GroovyExtension.getReference(ServiceDiscovery j_receiver,
Map<String,Object> record) |
static ServiceReference |
ServiceDiscovery_GroovyExtension.getReferenceWithConfiguration(ServiceDiscovery j_receiver,
Map<String,Object> record,
Map<String,Object> configuration) |
Modifier and Type | Method and Description |
---|---|
static <T> Object |
ServiceReference_GroovyExtension.cached(ServiceReference j_receiver) |
static <X> Object |
ServiceReference_GroovyExtension.cachedAs(ServiceReference j_receiver,
Class<Object> x) |
static <T> Object |
ServiceReference_GroovyExtension.get(ServiceReference j_receiver) |
static <X> Object |
ServiceReference_GroovyExtension.getAs(ServiceReference j_receiver,
Class<Object> x) |
static boolean |
ServiceReference_GroovyExtension.isHolding(ServiceReference j_receiver,
Object object) |
static Map<String,Object> |
ServiceReference_GroovyExtension.record(ServiceReference j_receiver) |
Modifier and Type | Method and Description |
---|---|
ServiceReference |
ServiceReference.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ServiceReference |
ServiceReference.newInstance(ServiceReference arg) |
Constructor and Description |
---|
ServiceReference(ServiceReference delegate) |
Modifier and Type | Method and 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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ServiceReference |
ServiceType.get(Vertx vertx,
ServiceDiscovery discovery,
Record record,
JsonObject configuration)
Gets the `service` for the given record.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceReference<T>
A class to simplify the implementation of service reference.
|
Copyright © 2017. All rights reserved.