Package | Description |
---|---|
io.vertx.reactivex.servicediscovery.spi | |
io.vertx.rxjava.servicediscovery.spi | |
io.vertx.servicediscovery | |
io.vertx.servicediscovery.kubernetes |
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 |
KubernetesServiceImporter
A discovery bridge listening for kubernetes services and publishing them in the Vert.x service discovery.
|
Copyright © 2018. All rights reserved.