Package | Description |
---|---|
io.vertx.reactivex.servicediscovery.spi | |
io.vertx.rxjava.servicediscovery.spi | |
io.vertx.servicediscovery |
Modifier and Type | Method and Description |
---|---|
ServiceExporter |
ServiceExporter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ServiceExporter |
ServiceExporter.newInstance(ServiceExporter arg) |
Constructor and Description |
---|
ServiceExporter(ServiceExporter delegate) |
Modifier and Type | Method and Description |
---|---|
ServiceExporter |
ServiceExporter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ServiceExporter |
ServiceExporter.newInstance(ServiceExporter arg) |
Constructor and Description |
---|
ServiceExporter(ServiceExporter delegate) |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
ServiceDiscovery.registerServiceExporter(ServiceExporter exporter,
JsonObject configuration)
Like
ServiceDiscovery.registerServiceExporter(ServiceExporter, JsonObject, Handler) but returns a Future of the asynchronous result |
ServiceDiscovery |
ServiceDiscovery.registerServiceExporter(ServiceExporter exporter,
JsonObject configuration,
Handler<AsyncResult<Void>> completionHandler)
Registers a discovery bridge.
|
Copyright © 2021 Eclipse. All rights reserved.