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 Object
trait Matchable
class 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
trait UserSessionsServiceFs2Grpc[F, Metadata]
class Object
trait Matchable
class Any