suspend fun StompClientConnection.beginTXAwait(id: String): Frame
Suspending version of method io.vertx.ext.stomp.StompClientConnection.beginTX
id
- the transaction id, must not be null
Return
NOTE: This function has been automatically generated from io.vertx.ext.stomp.StompClientConnection using Vert.x codegen.
suspend fun StompClientConnection.beginTXAwait(id: String, headers: Map<String, String>): Frame
Suspending version of method io.vertx.ext.stomp.StompClientConnection.beginTX
id
- the transaction id, must not be null
headers
- additional headers to send to the server. The transaction header is replaced by the value passed in the @{code id} parameter
Return
NOTE: This function has been automatically generated from io.vertx.ext.stomp.StompClientConnection using Vert.x codegen.