Admitted
class Admitted[R, Ctx]Session construction after its one admission boundary has been declared.
Defined by scalive.LiveSessionBuilder.Admitted. View source (scalive/api/src/scalive/routing/LiveRouting.scala:836-862)
Methods4
apply
def apply[R1](routes: (LiveRouteFragment[R1] { type Input >: Ctx })*): LiveSession[&[R, R1]]Defined by scalive.LiveSessionBuilder.Admitted.apply. View source (scalive/api/src/scalive/routing/LiveRouting.scala:858-862)
withLayout
def withLayout(value: LiveLayout[Any, Ctx]): LiveSessionBuilder.Admitted[R, Ctx]Defined by scalive.LiveSessionBuilder.Admitted.withLayout. View source (scalive/api/src/scalive/routing/LiveRouting.scala:852-853)
withMountAspect
def withMountAspect[R1, Claims, Out, Result](aspect: LiveMountAspect[R1, Any, Ctx, Claims, Out])(using append: ContextAppend.Aux[Ctx, Out, Result]): LiveSessionBuilder.Admitted[&[R, R1], Result]Defined by scalive.LiveSessionBuilder.Admitted.withMountAspect. View source (scalive/api/src/scalive/routing/LiveRouting.scala:841-850)
withRootLayout
def withRootLayout(value: LiveRootLayout[Any, Ctx]): LiveSessionBuilder.Admitted[R, Ctx]Defined by scalive.LiveSessionBuilder.Admitted.withRootLayout. View source (scalive/api/src/scalive/routing/LiveRouting.scala:855-856)
Values1
name
val name: StringDefined by scalive.LiveSessionBuilder.Admitted.name. View source (scalive/api/src/scalive/routing/LiveRouting.scala:837-837)