struct

Raft::Node::ClientResponse

Inherits Struct < Value < Object

The result of a client proposal, delivered via the response channel. :nodoc:

Constructors

new(success : Bool, data : Bytes, leader_hint : String | Nil = nil)
Source

Instance methods

data
Source
leader_hint
Source
success?
Source