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

disconnectAwait

suspend fun StompClientConnection.disconnectAwait(): Frame

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

Return

Frame

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

suspend fun StompClientConnection.disconnectAwait(frame: Frame): Frame

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

Parameters

frame - the DISCONNECT frame.

Return

Frame

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