struct
Raft::RPC::Envelope
- Raft::RPC::Envelope
- Struct
- Value
- Object
Overview
Wraps an RPC message with the sender's node ID.
Created by the transport layer so the receiving node can attribute responses to specific peers (e.g., knowing which peer granted a vote).
Defined in:
raft/rpc.crConstructors
Instance Method Summary
-
#from : String
The node ID of the sender.
-
#message : Message
The RPC message.