Package | Description |
---|---|
io.vertx.reactivex.servicediscovery | |
io.vertx.reactivex.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.
|
io.reactivex.Completable |
ServiceDiscovery.rxRegisterServiceExporter(ServiceExporter exporter,
io.vertx.core.json.JsonObject configuration)
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 © 2020 Eclipse. All rights reserved.