io.github.positionpal.client

Members list

Type members

Classlikes

object ClientADT

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ClientADT.type
case class ClientID(value: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ClientStatusHandler(id: ClientID, outputRef: OutputReference[ActorRef[CommunicationProtocol]], status: ClientStatus) extends Client[ClientID, ActorRef[CommunicationProtocol]]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Information
class NewMessage
case class Information(content: String, clientID: ClientID, time: Instant) extends CommunicationProtocol

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class NewMessage(group: String, from: ClientID, content: String, time: Instant) extends CommunicationProtocol

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Protocols

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Protocols.type