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 Serializable
trait Product
trait Equals
trait GroupEvent
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