Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

Controlled

class Controlled[R, R1, A, In, Ctx, Claims, Out, Result, Id](previous: LiveMountPipeline[R, A, In, Ctx], aspect: LiveMountAspect[R1, A, Ctx, Claims, Out], connectionId: Claims => Id, connections: zio.package.Tag[LiveConnections[Id]], append: ContextAppend.Aux[Ctx, Out, Result]) extends LiveMountPipeline[&[&[R, R1], LiveConnections[Id]], A, In, Result]

Defined by scalive.LiveMountPipeline.Controlled. View source (scalive/api/src/scalive/routing/LiveRouting.scala:39-45)

Values5

append

val append: ContextAppend.Aux[Ctx, Out, Result]

Defined by scalive.LiveMountPipeline.Controlled.append. View source (scalive/api/src/scalive/routing/LiveRouting.scala:44-44)

aspect

val aspect: LiveMountAspect[R1, A, Ctx, Claims, Out]

Defined by scalive.LiveMountPipeline.Controlled.aspect. View source (scalive/api/src/scalive/routing/LiveRouting.scala:41-41)

connectionId

val connectionId: Claims => Id

Defined by scalive.LiveMountPipeline.Controlled.connectionId. View source (scalive/api/src/scalive/routing/LiveRouting.scala:42-42)

connections

val connections: zio.package.Tag[LiveConnections[Id]]

Defined by scalive.LiveMountPipeline.Controlled.connections. View source (scalive/api/src/scalive/routing/LiveRouting.scala:43-43)

previous

val previous: LiveMountPipeline[R, A, In, Ctx]

Defined by scalive.LiveMountPipeline.Controlled.previous. View source (scalive/api/src/scalive/routing/LiveRouting.scala:40-40)