sendAwait
suspend fun <T> EventBus.sendAwait(address: String, message: Any): Message<T>
suspend fun <T> EventBus.sendAwait(address: String, message: Any, options: DeliveryOptions): Message<T>
Suspending version of method io.vertx.core.eventbus.EventBus.send