Broadcast
data class Broadcast(val actorID: ActorID?, val topic: String, val payload: String) : Document.Event
Broadcast
means that the broadcast event is received from the remote client.
Broadcast
means that the broadcast event is received from the remote client.