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

unsubscribeAwait

suspend fun StompClientConnection.unsubscribeAwait(destination: String): Frame

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

Parameters

destination - the destination

Return

Frame

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

Parameters

destination - the destination

headers - the headers

Return

Frame

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