Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

LiveRouter

class LiveRouter

Defined by scalive.LiveRouter. View source (scalive/api/src/scalive/routing/LiveRouting.scala:888-898)

Methods4

apply

def apply[R](routes: (LiveRouteFragment[R] { type Input = Any })*): LiveApplication[R]

Defined by scalive.LiveRouter.apply. View source (scalive/api/src/scalive/routing/LiveRouting.scala:897-898)

withLayout

def withLayout(value: LiveLayout[Any, Any]): LiveRouter

Defined by scalive.LiveRouter.withLayout. View source (scalive/api/src/scalive/routing/LiveRouting.scala:893-894)

withRootLayout

def withRootLayout(value: LiveRootLayout[Any, Any]): LiveRouter

Defined by scalive.LiveRouter.withRootLayout. View source (scalive/api/src/scalive/routing/LiveRouting.scala:895-896)

withSocketPath

def withSocketPath(value: zio.http.codec.PathCodec[Unit]): LiveRouter

Defined by scalive.LiveRouter.withSocketPath. View source (scalive/api/src/scalive/routing/LiveRouting.scala:892-892)