struct Raft::Node::ClientRequest

Overview

A client command submitted via Node#propose, waiting for commit. :nodoc:

Defined in:

raft/node/role.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(command : Bytes, response_channel : Channel(ClientResponse)) #

[View source]

Instance Method Detail

def command : Bytes #

[View source]
def response_channel : Channel(ClientResponse) #

[View source]