Routes

io.github.positionpal.server.routes.v1.Routes
object Routes

Object that contains the routes definition for the websocket server

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Routes.type

Members list

Value members

Concrete methods

def v1Routes(using system: ActorSystem[_], service: GroupHandlerService[Future, CommunicationProtocol]): Route

Return the routes for the v1 api version

Return the routes for the v1 api version

Value parameters

system

the implicit actor system

Attributes

Returns

A Route object containing the routes of the server.