suspend fun <T> EventBus.sendAwait(address: String, message: Any): Message<T>
Suspending version of method io.vertx.core.eventbus.EventBus.send
address
- the address to send it to
message
- the message, may be null
Return
NOTE: This function has been automatically generated from io.vertx.core.eventbus.EventBus using Vert.x codegen.
suspend fun <T> EventBus.sendAwait(address: String, message: Any, options: DeliveryOptions): Message<T>
Suspending version of method io.vertx.core.eventbus.EventBus.send
address
- the address to send it to
message
- the message, may be null
Return
NOTE: This function has been automatically generated from io.vertx.core.eventbus.EventBus using Vert.x codegen.