vertx / io.vertx.kotlin.servicediscovery.spi / io.vertx.servicediscovery.spi.ServicePublisher

Extensions for io.vertx.servicediscovery.spi.ServicePublisher

publishAwait

suspend fun ServicePublisher.publishAwait(record: Record): Record

Suspending version of method io.vertx.servicediscovery.spi.ServicePublisher.publish

unpublishAwait

suspend fun ServicePublisher.unpublishAwait(id: String): Unit

Suspending version of method io.vertx.servicediscovery.spi.ServicePublisher.unpublish

updateAwait

suspend fun ServicePublisher.updateAwait(record: Record): Record

Suspending version of method io.vertx.servicediscovery.spi.ServicePublisher.update