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

beginTXAwait

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

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

Parameters

id - the transaction id, must not be null

Return

Frame

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

Parameters

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

Frame

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