public interface RpcCallback
Modifier and Type | Method and Description |
---|---|
void |
leftOver(Serializable msg,
Member sender)
If the reply has already been sent to the requesting thread,
the rpc callback can handle any data that comes in after the fact.
|
Serializable |
replyRequest(Serializable msg,
Member sender)
Allows sending a response to a recieved message.
|
Serializable replyRequest(Serializable msg, Member sender)
msg
- The messagesender
- Membernull
if no reply should be sentvoid leftOver(Serializable msg, Member sender)
msg
- The messagesender
- MemberCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.