tyrian.websocket

Type members

Classlikes

final case class KeepAliveSettings(timeout: FiniteDuration)
Companion:
object
Companion:
class
final class LiveSocket[F[_]](val socket: WebSocket, val subs: Sub[F, WebSocketEvent])(implicit evidence$2: Async[F])

The running instance of the WebSocket

The running instance of the WebSocket

final class WebSocket[F[_]](liveSocket: LiveSocket[F])(implicit evidence$1: Async[F])

Helper WebSocket instance to store in your model that acts as a controller

Helper WebSocket instance to store in your model that acts as a controller

Companion:
object
object WebSocket
Companion:
class
sealed trait WebSocketConnect[F[_]]
Companion:
object
Companion:
class

Messages the WebSocket can produce

Messages the WebSocket can produce

Companion:
class