public interface ServiceImporter
Record and maps Record to a publication in this other
 technology. The importer is one side of a service discovery bridge.| Modifier and Type | Method and Description | 
|---|---|
| default void | close(Handler<Void> closeHandler)Closes the importer | 
| void | start(Vertx vertx,
     ServicePublisher publisher,
     JsonObject configuration,
     Promise<Void> future)Starts the importer. | 
void start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future)
vertx - the vertx instancepublisher - the service publisher instanceconfiguration - the bridge configuration if anyfuture - a future on which the bridge must report the completion of the startingCopyright © 2023 Eclipse. All rights reserved.