Package | Description |
---|---|
io.vertx.rxjava.servicediscovery | |
io.vertx.rxjava.servicediscovery.spi |
Modifier and Type | Method and Description |
---|---|
ServiceDiscovery |
ServiceDiscovery.registerServiceImporter(ServiceImporter importer,
io.vertx.core.json.JsonObject configuration)
Registers a discovery service importer.
|
ServiceDiscovery |
ServiceDiscovery.registerServiceImporter(ServiceImporter importer,
io.vertx.core.json.JsonObject configuration,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler)
Registers a discovery service importer.
|
Modifier and Type | Field and Description |
---|---|
static TypeArg<ServiceImporter> |
ServiceImporter.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static ServiceImporter |
ServiceImporter.newInstance(io.vertx.servicediscovery.spi.ServiceImporter arg) |
Copyright © 2019 Eclipse. All rights reserved.