io.github.positionpal.location.grpc
Members list
Type members
Classlikes
object GrpcServer
The gRPC server entry point.
The gRPC server entry point.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
GrpcServer.type
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.
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
- Supertypes
In this article