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)