| 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 | 
|---|---|
ServiceDiscovery | 
ServiceDiscovery.registerServiceImporter(ServiceImporter importer,
                       JsonObject configuration)
Registers a discovery service importer. 
 | 
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 © 2020 Eclipse. All rights reserved.