vertx / io.vertx.kotlin.servicediscovery / io.vertx.servicediscovery.ServiceDiscovery / registerServiceExporterAwait

registerServiceExporterAwait

suspend fun ServiceDiscovery.registerServiceExporterAwait(exporter: ServiceExporter, configuration: JsonObject): Unit

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

Parameters

exporter - the service exporter

configuration -

the optional configuration

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