t
Eventless
trait Eventless[Props, Model, Output] extends LiveComponent.WithOutput[Props, Nothing, Model, Output]Defined by scalive.LiveComponent.WithOutput.Eventless. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:33-39)
Methods1
handleMessage
def handleMessage(props: Props, model: Model, ctx: MessageContext): Nothing => zio.package.Task[Model]Defined by scalive.LiveComponent.WithOutput.Eventless.handleMessage. View source (scalive/api/src/scalive/lifecycle/LiveComponent.scala:35-39)