GrpcUserSessionsService
io.github.positionpal.location.grpc.GrpcUserSessionsService
class GrpcUserSessionsService[F[_]](usersSessionService: UserSessionsService[F])(using evidence$1: Async[F]) extends UserSessionsServiceFs2Grpc[F, Metadata]
A gRPC service adapter for the UserSessionsService to expose the session information of users.
Type parameters
- F
-
the effect type
Value parameters
- usersSessionService
-
the service to which delegate the session queries logic
Attributes
- Graph
-
- Supertypes
Members list
In this article