suspend fun StompClientConnection.sendAwait(headers: Map<String, String>, body: Buffer): Frame
Suspending version of method io.vertx.ext.stomp.StompClientConnection.send
headers
- the headers, 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.sendAwait(destination: String, body: Buffer): Frame
Suspending version of method io.vertx.ext.stomp.StompClientConnection.send
destination
- the destination, 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.sendAwait(frame: Frame): Frame
Suspending version of method io.vertx.ext.stomp.StompClientConnection.send
Return
NOTE: This function has been automatically generated from io.vertx.ext.stomp.StompClientConnection using Vert.x codegen.
suspend fun StompClientConnection.sendAwait(destination: String, headers: Map<String, String>, body: Buffer): Frame
Suspending version of method io.vertx.ext.stomp.StompClientConnection.send
destination
- the destination, must not be null
headers
- the header. The destination header is replaced by the value given to the destination parameter
Return
NOTE: This function has been automatically generated from io.vertx.ext.stomp.StompClientConnection using Vert.x codegen.