Package | Description |
---|---|
io.vertx.servicediscovery |
Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<Void> |
ServiceDiscovery.registerServiceExporter(ServiceExporter exporter,
io.vertx.core.json.JsonObject configuration)
Like
ServiceDiscovery.registerServiceExporter(ServiceExporter, JsonObject, Handler) but returns a Future of the asynchronous result |
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.
|
Copyright © 2022 Eclipse. All rights reserved.