| Class | Description |
|---|---|
| AbstractRpc | |
| AbstractRrpc |
Class used to call a Rrpc method (S2C)
Example: new Rrpc.Call("aClass", "aMethod").send("hello", "it's a rrpc call", 123).from(aConnector).to(anotherConnector)
or new Rrpc.Call("aClass", "aMethod").send(SomethingToSend).to(anotherConnector) (in this case, the sender will be the server)
|
| CommonRpcPlugin | |
| MethodMatcher | |
| SampleRPCObject |
Copyright © 2013. All Rights Reserved.