public interface RpcCallback
Modifier and Type | Method and Description |
---|---|
void |
leftOver(java.io.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.
|
java.io.Serializable |
replyRequest(java.io.Serializable msg,
Member sender)
Allows sending a response to a received message.
|
java.io.Serializable replyRequest(java.io.Serializable msg, Member sender)
msg
- The messagesender
- Membernull
if no reply should be sentvoid leftOver(java.io.Serializable msg, Member sender)
msg
- The messagesender
- MemberCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.