suspend fun StompClientConnection.unsubscribeAwait(destination: String): Frame
Suspending version of method io.vertx.ext.stomp.StompClientConnection.unsubscribe
Return
NOTE: This function has been automatically generated from io.vertx.ext.stomp.StompClientConnection using Vert.x codegen.
suspend fun StompClientConnection.unsubscribeAwait(destination: String, headers: Map<String, String>): Frame
Suspending version of method io.vertx.ext.stomp.StompClientConnection.unsubscribe
Return
NOTE: This function has been automatically generated from io.vertx.ext.stomp.StompClientConnection using Vert.x codegen.