RoomBoundMessage

io.github.pidoveproject.showdown.protocol.server.RoomBoundMessage
See theRoomBoundMessage companion object
case class RoomBoundMessage(id: RoomId, message: RoomMessage | BattleMessage)

A room message with the associated room.

Value parameters

id

the id of the room the message is bound to

message

the message sent from the room

Attributes

Companion
object
Source
RoomBoundMessage.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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