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.

Constructors

Link copied to clipboard
constructor(actorID: ActorID?, topic: String, payload: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard