| Package | Description |
|---|---|
| io.vertx.servicediscovery |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
ServiceDiscovery.registerServiceImporter(ServiceImporter importer,
JsonObject configuration)
Like
ServiceDiscovery.registerServiceImporter(ServiceImporter, JsonObject, Handler) but returns a Future of the asynchronous result |
ServiceDiscovery |
ServiceDiscovery.registerServiceImporter(ServiceImporter importer,
JsonObject configuration,
Handler<AsyncResult<Void>> completionHandler)
Registers a discovery service importer.
|
Copyright © 2025 Eclipse. All rights reserved.