vertx / io.vertx.kotlin.amqp / io.vertx.amqp.AmqpClient / createSenderAwait

createSenderAwait

suspend fun AmqpClient.createSenderAwait(address: String): AmqpSender

Suspending version of method io.vertx.amqp.AmqpClient.createSender

Parameters

address - The target address to attach to, must not be null

Return

AmqpSender

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

Parameters

address - The target address to attach to, must not be null

options - The options for this sender.

Return

AmqpSender

NOTE: This function has been automatically generated from io.vertx.amqp.AmqpClient using Vert.x codegen.