| Modifier and Type | Method and Description |
|---|---|
ServiceImporter |
ServiceImporter.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceImporter |
ServiceImporter.newInstance(ServiceImporter arg) |
| Constructor and Description |
|---|
ServiceImporter(ServiceImporter delegate) |
| Modifier and Type | Method and Description |
|---|---|
ServiceImporter |
ServiceImporter.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceImporter |
ServiceImporter.newInstance(ServiceImporter arg) |
| Constructor and Description |
|---|
ServiceImporter(ServiceImporter delegate) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
ServiceDiscovery.registerServiceImporter(ServiceImporter importer,
JsonObject configuration)
Like
ServiceDiscovery.registerServiceImporter(ServiceImporter, JsonObject, Handler) but returns a Future of the asynchronous result |
ServiceDiscovery |
ServiceDiscovery.registerServiceImporter(ServiceImporter importer,
JsonObject configuration,
Handler<AsyncResult<Void>> completionHandler)
Registers a discovery service importer.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
DiscoveryImpl.registerServiceImporter(ServiceImporter importer,
JsonObject configuration) |
ServiceDiscovery |
DiscoveryImpl.registerServiceImporter(ServiceImporter importer,
JsonObject configuration,
Handler<AsyncResult<Void>> completionHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
KubernetesServiceImporter
A discovery bridge listening for kubernetes services and publishing them in the Vert.x service discovery.
|
Copyright © 2021. All rights reserved.