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