suspend fun AmqpConnection.createSenderAwait(address: String): AmqpSender
Suspending version of method io.vertx.amqp.AmqpConnection.createSender
address
- The target address to attach to, must not be null
Return
NOTE: This function has been automatically generated from io.vertx.amqp.AmqpConnection using Vert.x codegen.
suspend fun AmqpConnection.createSenderAwait(address: String, options: AmqpSenderOptions): AmqpSender
Suspending version of method io.vertx.amqp.AmqpConnection.createSender
address
- The target address to attach to, allowed to be null if the options configures the sender to be attached to a dynamic address (provided by the broker).
options
- The AMQP sender options
Return
NOTE: This function has been automatically generated from io.vertx.amqp.AmqpConnection using Vert.x codegen.