ClientSuccessfullyLeaved

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

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

Value parameters

clientID

the ClientID that leaves 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