WebsocketServer

io.github.positionpal.server.WebsocketServer
case class WebsocketServer(system: ActorSystem[Any])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def startup(): Unit

Startup the Websocket Server

Startup the Websocket Server

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Givens

Givens

given executionContext: ExecutionContextExecutor
given given_ActorSystem_Any: ActorSystem[Any]