WebSocketEvent

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Closed(ws: WebSocket, willReconnect: Boolean) extends WebSocketEvent[Nothing]
final case class Connected(ws: WebSocket) extends WebSocketEvent[Nothing]
final case class Error(error: Throwable) extends WebSocketEvent[Nothing]
final case class Received[T](message: T) extends WebSocketEvent[T]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror