SendMessage

io.github.positionpal.group.SendMessage
case class SendMessage(message: Message[ClientID, String], replyTo: ActorRef[StatusReply[Done]]) extends GroupCommand

Send a message to the clients inside the group

Value parameters

message

The message to broadcast

replyTo

Who receives the response of the command

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GroupCommand
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