RoutesHandler

io.github.positionpal.location.ws.handlers.RoutesHandler
trait RoutesHandler[F[_]]

A trait representing the routes handler for the web socket API.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def handleTrackingRoute(userId: UserId, groupId: GroupId): F[Any]

Handles the tracking route for the given userId and groupId.

Handles the tracking route for the given userId and groupId.

Attributes