Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bft-smart/library
/ getSender
Method
getSender
src/main/java/bftsmart/tom/MessageContext.java:173–175 ·
view source on GitHub ↗
Returns the ID of the client that sent the message @return The sender ID
()
Source
from the content-addressed store, hash-verified
171
* @
return
The sender ID
172
*/
173
public
int
getSender() {
174
return
sender;
175
}
176
177
/**
178
* Returns the timestamp as generated by the leader
Callers
15
currentConsensusIdReceived
Method · 0.45
SMRequestDeliver
Method · 0.45
SMReplyDeliver
Method · 0.45
SMRequestDeliver
Method · 0.45
SMReplyDeliver
Method · 0.45
replyReceived
Method · 0.45
receiveReadonlyMessage
Method · 0.45
receiveMessages
Method · 0.45
replyReceived
Method · 0.45
processReply
Method · 0.45
processReply
Method · 0.45
processReply
Method · 0.45
Calls
no outgoing calls
Tested by
2
appExecuteOrdered
Method · 0.36
appExecuteUnordered
Method · 0.36