vertx / io.vertx.kotlin.core.eventbus / io.vertx.core.eventbus.MessageConsumer

Extensions for io.vertx.core.eventbus.MessageConsumer

completionHandlerAwait

suspend fun <T> MessageConsumer<T>.completionHandlerAwait(): Unit

Optional method which can be called to indicate when the registration has been propagated across the cluster.

unregisterAwait

suspend fun <T> MessageConsumer<T>.unregisterAwait(): Unit

Unregisters the handler which created this registration