io.github.positionpal.location.application.sessions.UserSessionsStore
A store for Sessions, supporting both read and write operations.
Type parameters
-
F
-
the effect type
-
T
-
the result type of the write operation
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Save new route information for the given scope, including the mode of routing to the destination and the expectedArrival.
Save new route information for the given scope, including the mode of routing to the destination and the expectedArrival.
Attributes
-
Inherited from:
-
UserSessionsWriter
Remove the route information for the given scope.
Remove the route information for the given scope.
Attributes
-
Inherited from:
-
UserSessionsWriter
Attributes
-
Returns
-
the current Session of the given userId if it exists.
-
Inherited from:
-
UserSessionsReader
Save the given variation in the store.