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 Serializabletrait Producttrait Equalstrait GroupCommandtrait BorerSerializationclass Objecttrait Matchableclass Any
Members list
In this article