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