struct

Raft::RPC::RequestVoteResponse

Inherits Struct < Value < Object

Response to a RequestVote RPC.

Constructors

new(term : UInt64, vote_granted : Bool)
Source

Instance methods

term

The responder's current term.

Source
type
Source
vote_granted?

true if the vote was granted.

Source