suspend fun ServiceDiscovery.getRecordAwait(filter: JsonObject): Record? suspend fun ServiceDiscovery.getRecordAwait(filter: (Record) -> Boolean): Record? suspend fun ServiceDiscovery.getRecordAwait(filter: (Record) -> Boolean, includeOutOfService: Boolean): Record?
Suspending version of method io.vertx.servicediscovery.ServiceDiscovery.getRecord |
|
suspend fun ServiceDiscovery.getRecordsAwait(filter: JsonObject): List<Record> suspend fun ServiceDiscovery.getRecordsAwait(filter: (Record) -> Boolean): List<Record> suspend fun ServiceDiscovery.getRecordsAwait(filter: (Record) -> Boolean, includeOutOfService: Boolean): List<Record>
Suspending version of method io.vertx.servicediscovery.ServiceDiscovery.getRecords |
|
suspend fun ServiceDiscovery.publishAwait(record: Record): Record
Suspending version of method io.vertx.servicediscovery.ServiceDiscovery.publish |
|
suspend fun ServiceDiscovery.registerServiceExporterAwait(exporter: ServiceExporter, configuration: JsonObject): Unit
Suspending version of method io.vertx.servicediscovery.ServiceDiscovery.registerServiceExporter |
|
suspend fun ServiceDiscovery.registerServiceImporterAwait(importer: ServiceImporter, configuration: JsonObject): Unit
Suspending version of method io.vertx.servicediscovery.ServiceDiscovery.registerServiceImporter |
|
suspend fun ServiceDiscovery.unpublishAwait(id: String): Unit
Suspending version of method io.vertx.servicediscovery.ServiceDiscovery.unpublish |
|
suspend fun ServiceDiscovery.updateAwait(record: Record): Record
Suspending version of method io.vertx.servicediscovery.ServiceDiscovery.update |