Request
replication.ProtocolMessage.Request
case class Request(sender: Uid, knows: Dots) extends ProtocolMessage[Nothing]
knows has to be a subset of the dots known at the sender. The sender of the request should then eventually receive all known missing dots.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProtocolMessage[Nothing]class Objecttrait Matchableclass Any
Members list
In this article