The session captured when the instance is created.
The session captured when the instance is created. It should be correct if the instance is created in the scope of a request
The render version of the page that this was created in the scope of
The render version of the page that this was created in the scope of
Compose the Message Handler function.
Compose the Message Handler function. By default, composes highPriority orElse mediumPriority orElse internalHandler orElse lowPriority orElse internalHandler. But you can change how the handler works if doing stuff in highPriority, mediumPriority and lowPriority is not enough.
Handle messages sent to this Actor before the
How to report an error that occurs during message dispatch
How to report an error that occurs during message dispatch
The session associated with this actor.
The session associated with this actor. By default it's captured at the time of instantiation, but that doesn't always work, so you might have to override this method
The unique page ID of the page that this Actor was created in the scope of
A LiftActor that runs in the scope of the current Session, repleat with SessionVars, etc. In general, you'll want to use a ScopedLiftActor when you do stuff with clientActorFor, etc. so that you have the session scope