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

isConnected

open 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