Broadcast

data class Broadcast(val actorID: String?, val topic: String, val payload: String) : ChannelEvent

Broadcast event received from a remote client on this channel key.

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
open override val sessionCount: Long = 0

Current session count value. Zero for non-count events.

Link copied to clipboard