The RpcCallback interface is an interface for the Tribes channel to request a
response object to a request that came in.
author: not attributable version: 1.0
Method Summary
public 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.
If the reply has already been sent to the requesting thread,
the rpc callback can handle any data that comes in after the fact.
Parameters: msg - Serializable Parameters: sender - Member