suspend fun StompClientConnection.ackAwait(id: String): Frame
Suspending version of method io.vertx.ext.stomp.StompClientConnection.ack
id
- the message id of the message to acknowledge
Return
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
id
- the message id of the message to acknowledge
Return
NOTE: This function has been automatically generated from io.vertx.ext.stomp.StompClientConnection using Vert.x codegen.