Package | Description |
---|---|
io.vertx.servicediscovery |
= Vert.x Service Discovery
This component provides an infrastructure to publish and discover various resources, such as service
proxies, HTTP endpoints, data sources...
|
Modifier and Type | Method and Description |
---|---|
ServiceDiscovery |
ServiceDiscovery.registerServiceExporter(ServiceExporter exporter,
io.vertx.core.json.JsonObject configuration)
Registers a discovery bridge.
|
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 © 2018 Eclipse. All rights reserved.