vertx / io.vertx.kotlin.coroutines / io.vertx.core.Vertx

Extensions for io.vertx.core.Vertx

dispatcher

fun Vertx.dispatcher(): CoroutineDispatcher

Returns a coroutine dispatcher for the current Vert.x context.

receiveChannelHandler

fun <T> Vertx.receiveChannelHandler(): ReceiveChannelHandler<T>

Create a ReceiveChannelHandler of some type T.