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) |
Serializable replyRequest(Serializable msg, Member sender)
msg
- Serializablevoid leftOver(Serializable msg, Member sender)
msg
- Serializablesender
- MemberCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.