VoteGranted

data class VoteGranted(val clock: Long, val from: NodeId, val to: NodeId, val term: Long) : RaftTraceEvent

Vote granted to a candidate.

Constructors

Link copied to clipboard
constructor(clock: Long, from: NodeId, to: NodeId, term: Long)

Properties

Link copied to clipboard
open override val clock: Long

Logical monotonic clock — incremented on every emitted event.

Link copied to clipboard
Link copied to clipboard
val term: Long
Link copied to clipboard
val to: NodeId