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.
T