vertx / io.vertx.ext.stomp / StompClientConnection / isConnected

isConnected

abstract fun isConnected(): Boolean

Returns whether or not the `CONNECTED` frame has been receive meaning that the Stomp connection is established.

Return
true if the connection is established, false otherwise