ClientSuccessfullyConnected

io.github.positionpal.group.ClientSuccessfullyConnected
case class ClientSuccessfullyConnected(clientID: ClientID) extends Reply

The response that is currently sent back when a client connects to the group

Value parameters

clientID

the ClientID that connects into 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