suspend fun AmqpClient.createReceiverAwait(address: String): AmqpReceiver
Suspending version of method io.vertx.amqp.AmqpClient.createReceiver
address
- The source address to attach the consumer 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.createReceiverAwait(address: String, receiverOptions: AmqpReceiverOptions): AmqpReceiver
Suspending version of method io.vertx.amqp.AmqpClient.createReceiver
address
- The source address to attach the consumer to.
receiverOptions
- The options for this receiver.
Return
NOTE: This function has been automatically generated from io.vertx.amqp.AmqpClient using Vert.x codegen.