open class ServiceImporter
The service importer allows integrate other discovery technologies with the Vert.x service discovery. It maps entries from another technology to a and maps to a publication in this other technology. The importer is one side of a service discovery bridge. NOTE: This class has been automatically generated from the io.vertx.servicediscovery.spi.ServiceImporter non RX-ified interface using Vert.x codegen.
ServiceImporter(delegate: ServiceImporter) |
static val __TYPE_ARG: TypeArg<ServiceImporter> |
open fun close(closeHandler: Handler<Void>): Unit
Closes the importer |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): ServiceImporter |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: ServiceImporter): ServiceImporter |
|
open fun start(vertx: Vertx, publisher: ServicePublisher, configuration: JsonObject, future: Future<Void>): Unit
Starts the importer. |
|
open fun toString(): String |