Package | Description |
---|---|
io.vertx.rxjava3.servicediscovery | |
io.vertx.rxjava3.servicediscovery.spi |
Modifier and Type | Method and Description |
---|---|
io.reactivex.rxjava3.core.Completable |
ServiceDiscovery.registerServiceExporter(ServiceExporter exporter,
io.vertx.core.json.JsonObject configuration)
Registers a discovery bridge.
|
io.reactivex.rxjava3.core.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 © 2022 Eclipse. All rights reserved.