vertx / io.vertx.kotlin.ext.stomp / io.vertx.ext.stomp.StompClientConnection / ackAwait

ackAwait

suspend fun StompClientConnection.ackAwait(id: String): Frame

Suspending version of method io.vertx.ext.stomp.StompClientConnection.ack

Parameters

id - the message id of the message to acknowledge

Return

Frame

NOTE: This function has been automatically generated from io.vertx.ext.stomp.StompClientConnection using Vert.x codegen.

suspend fun StompClientConnection.ackAwait(id: String, txId: String): Frame

Suspending version of method io.vertx.ext.stomp.StompClientConnection.ack

Parameters

id - the message id of the message to acknowledge

txId - the transaction id

Return

Frame

NOTE: This function has been automatically generated from io.vertx.ext.stomp.StompClientConnection using Vert.x codegen.