Interface RpcRouter

All Known Implementing Classes:
RpcDelegate

public interface RpcRouter
Handles the indirection between an RpcCall (already guaranteed to be arriving at a given module) and a particular handler, as identified by RpcCall.packageId() and RpcCall.function().
See Also: