suspend fun StompClient.connectAwait(port: Int, host: String): StompClientConnection
Connects to the server.
Return
the current io.vertx.ext.stomp.StompClient *
suspend fun StompClient.connectAwait(net: NetClient): StompClientConnection
Connects to the server.
Return
the current io.vertx.ext.stomp.StompClient *
suspend fun StompClient.connectAwait(port: Int, host: String, net: NetClient): StompClientConnection
Connects to the server.
Return
the current io.vertx.ext.stomp.StompClient *
suspend fun StompClient.connectAwait(): StompClientConnection
Connects to the server using the host and port configured in the client's options.
Return
the current io.vertx.ext.stomp.StompClient *