Package | Description |
---|---|
io.vertx.servicediscovery.spi |
Modifier and Type | Method and Description |
---|---|
void |
ServiceExporter.init(io.vertx.core.Vertx vertx,
ServicePublisher publisher,
io.vertx.core.json.JsonObject configuration,
io.vertx.core.Promise<Void> future)
Starts the exporter.
|
void |
ServiceImporter.start(io.vertx.core.Vertx vertx,
ServicePublisher publisher,
io.vertx.core.json.JsonObject configuration,
io.vertx.core.Promise<Void> future)
Starts the importer.
|
Copyright © 2020 Eclipse. All rights reserved.