suspend fun ServicePublisher.publishAwait(record: Record): Record
Suspending version of method io.vertx.servicediscovery.spi.ServicePublisher.publish |
|
suspend fun ServicePublisher.unpublishAwait(id: String): Unit
Suspending version of method io.vertx.servicediscovery.spi.ServicePublisher.unpublish |
|
suspend fun ServicePublisher.updateAwait(record: Record): Record
Suspending version of method io.vertx.servicediscovery.spi.ServicePublisher.update |