MCPcopy 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

SMRequestDeliverMethod · 0.45
SMReplyDeliverMethod · 0.45
SMRequestDeliverMethod · 0.45
SMReplyDeliverMethod · 0.45
replyReceivedMethod · 0.45
receiveMessagesMethod · 0.45
replyReceivedMethod · 0.45
processReplyMethod · 0.45
processReplyMethod · 0.45
processReplyMethod · 0.45

Calls

no outgoing calls

Tested by 2

appExecuteOrderedMethod · 0.36
appExecuteUnorderedMethod · 0.36