ClientSuccessfullyDisconnected

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

The response that is currently sent back when a client disconnects from 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