Broadcast

data class Broadcast(val actorID: String?, 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: String?, topic: String, payload: String)

Properties

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