ConnectionTimeout

class ConnectionTimeout(val url: String, timeout: Duration) : ConnectionException

Exception thrown when the websocket connection + STOMP connection takes too much time.

Constructors

Link copied to clipboard
fun ConnectionTimeout(url: String, timeout: Duration)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val url: String

Sources

Link copied to clipboard