vertx / io.vertx.kotlin.servicediscovery / io.vertx.servicediscovery.ServiceDiscovery / registerServiceImporterAwait

registerServiceImporterAwait

suspend fun ServiceDiscovery.registerServiceImporterAwait(importer: ServiceImporter, configuration: JsonObject): Unit

Suspending version of method io.vertx.servicediscovery.ServiceDiscovery.registerServiceImporter

Parameters

importer - the service importer

configuration -

the optional configuration

NOTE: This function has been automatically generated from io.vertx.servicediscovery.ServiceDiscovery using Vert.x codegen.