Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

LiveConnections

class LiveConnections[Id]

Framework-owned control of physical LiveView connections.

Defined by scalive.LiveConnections. View source (scalive/api/src/scalive/LiveConnections.scala:6-85)

Methods1

disconnect

def disconnect(id: Id): zio.package.Task[Unit]

Defined by scalive.LiveConnections.disconnect. View source (scalive/api/src/scalive/LiveConnections.scala:9-10)

def disconnect[Id](id: Id)(using evidence$1: zio.package.Tag[Id]): zio.ZIO[LiveConnections[Id], Throwable, Unit]

Defined by scalive.LiveConnections.disconnect. View source (scalive/api/src/scalive/LiveConnections.scala:88-89)