Applied

data class Applied(val index: Long) : ControlOutcome

The act was admitted and applied to the log-order control state (and published to the data plane).

Constructors

Link copied to clipboard
constructor(index: Long)

Properties

Link copied to clipboard
open override val index: Long

The Raft log index this act committed at, or NOT_COMMITTED for a locally-refused act.