Action

data class Action(val session: Long, val sequence: Long, val endpoint: Long, val type: ProjectionType, val value: ProjectionValue) : RemoteMessage(source)

Requests one registered typed action; the server authenticates its endpoint and sequence.

Constructors

Link copied to clipboard
constructor(session: Long, sequence: Long, endpoint: Long, type: ProjectionType, value: ProjectionValue)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val session: Long

Terminal queue owner, or null for a connection-level greeting.

Link copied to clipboard
Link copied to clipboard