Package bftsmart.communication.client
Interface ReplyListener
-
public interface ReplyListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
replyReceived(RequestContext context, TOMMessage reply)
Used to deliver a reply from a replicavoid
reset()
Indicates that the proxy re-issued the request and the listener should re-initialize
-
-
-
Method Detail
-
reset
void reset()
Indicates that the proxy re-issued the request and the listener should re-initialize
-
replyReceived
void replyReceived(RequestContext context, TOMMessage reply)
Used to deliver a reply from a replica- Parameters:
context
- The context associated to the replyreply
- the TOMMessage including the reply
-
-