ClientSuccessfullyJoined

io.github.positionpal.group.ClientSuccessfullyJoined
case class ClientSuccessfullyJoined(users: List[ClientID]) extends Reply

The response that is currently sent back when a new client joins the group

Value parameters

users

is the List of ClientID that are currently connected to the group

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product