vertx / io.vertx.kotlin.amqp / io.vertx.amqp.AmqpSender / sendWithAckAwait

sendWithAckAwait

suspend fun AmqpSender.sendWithAckAwait(message: AmqpMessage): Unit

Suspending version of method io.vertx.amqp.AmqpSender.sendWithAck

Parameters

message -

the message, must not be null

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