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 | Class and Description |
---|---|
class |
ConsulServiceImporter
A discovery bridge importing services from Consul.
|
Modifier and Type | Class and Description |
---|---|
class |
DockerLinksServiceImporter
A discovery bridge analyzing environment variables to detect Docker links.
|
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 Eclipse. All rights reserved.