| 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 |
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 |
DiscoveryImpl.getReference(Record record) |
ServiceReference |
DiscoveryImpl.getReferenceWithConfiguration(Record record,
JsonObject configuration) |
| Modifier and Type | Method and Description |
|---|---|
Set<ServiceReference> |
DiscoveryImpl.bindings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DiscoveryImpl.release(ServiceReference reference) |
void |
DiscoveryImpl.unbind(ServiceReference reference)
Checks whether the reference is hold by this service discovery.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceReference |
RedisDataSourceImpl.get(Vertx vertx,
ServiceDiscovery discovery,
Record record,
JsonObject configuration) |
ServiceReference |
MongoDataSourceImpl.get(Vertx vertx,
ServiceDiscovery discovery,
Record record,
JsonObject configuration) |
ServiceReference |
MessageSourceImpl.get(Vertx vertx,
ServiceDiscovery discovery,
Record record,
JsonObject configuration) |
ServiceReference |
JDBCDataSourceImpl.get(Vertx vertx,
ServiceDiscovery discovery,
Record record,
JsonObject configuration) |
ServiceReference |
HttpEndpointImpl.get(Vertx vertx,
ServiceDiscovery discovery,
Record record,
JsonObject configuration) |
ServiceReference |
EventBusServiceImpl.get(Vertx vertx,
ServiceDiscovery discovery,
Record record,
JsonObject configuration) |
Copyright © 2021. All rights reserved.