Modifier and Type | Method and Description |
---|---|
static ServiceDiscovery |
ServiceDiscovery_GroovyExtension.registerServiceImporter(ServiceDiscovery j_receiver,
ServiceImporter importer,
Map<String,Object> configuration) |
static ServiceDiscovery |
ServiceDiscovery_GroovyExtension.registerServiceImporter(ServiceDiscovery j_receiver,
ServiceImporter importer,
Map<String,Object> configuration,
Handler<AsyncResult<Void>> completionHandler) |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceImporter_GroovyExtension.start(ServiceImporter j_receiver,
Vertx vertx,
ServicePublisher publisher,
Map<String,Object> configuration,
Future<Void> future) |
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 © 2017. All rights reserved.