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