Message
io.github.positionpal.group.Message
case class Message(from: ClientID, text: String, time: Instant) extends GroupEvent
Event triggered when a client send a message in the group
Value parameters
- from
-
The message sender id
- text
-
The body of the message that is sent in the group
- time
-
The message timestamp
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait GroupEventtrait BorerSerializationclass Objecttrait Matchableclass Any
Members list
In this article