suspend fun AmqpClient.createSenderAwait(address: String): AmqpSender
Suspending version of method io.vertx.amqp.AmqpClient.createSender
address
- The target address to attach to, must not be null
Return
NOTE: This function has been automatically generated from io.vertx.amqp.AmqpClient using Vert.x codegen.
suspend fun AmqpClient.createSenderAwait(address: String, options: AmqpSenderOptions): AmqpSender
Suspending version of method io.vertx.amqp.AmqpClient.createSender
address
- The target address to attach to, must not be null
options
- The options for this sender.
Return
NOTE: This function has been automatically generated from io.vertx.amqp.AmqpClient using Vert.x codegen.