vertx / io.vertx.reactivex.servicediscovery.spi / ServiceImporter

ServiceImporter

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.

Constructors

<init>

ServiceImporter(delegate: ServiceImporter)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<ServiceImporter>

Functions

close

open fun close(closeHandler: Handler<Void>): Unit

Closes the importer

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): ServiceImporter

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: ServiceImporter): ServiceImporter

start

open fun start(vertx: Vertx, publisher: ServicePublisher, configuration: JsonObject, future: Future<Void>): Unit

Starts the importer.

toString

open fun toString(): String