vertx / io.vertx.kotlin.amqp / io.vertx.amqp.AmqpConnection / createSenderAwait

createSenderAwait

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

Suspending version of method io.vertx.amqp.AmqpConnection.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.AmqpConnection using Vert.x codegen.

suspend fun AmqpConnection.createSenderAwait(address: String, options: AmqpSenderOptions): AmqpSender

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

Parameters

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

AmqpSender

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