| Interface | Description |
|---|---|
| IRpcClient<TServiceInterface> |
Client which can use Remote Procedure Calls (note: it also works with .NET).
|
| IRpcFactory |
Creates services and clients that can communicate using Remote Procedure Calls.
|
| IRpcService<TServiceInterface> |
Service which exposes the interface for Remote Procedure Call (note: it also works with .NET).
|
| Class | Description |
|---|---|
| RpcCustomSerializer |
Serializer optimized for RPC.
|
| RpcFactory |
Creates services and clients that can communicate using RPC (Remote Procedure Calls).
|
| RpcMessage |
Internal message used for the communication between RpcClient and RpcService.
|
| Enum | Description |
|---|---|
| ERpcRequest |
Internal commands for interaction via RPC.
|
| Exception | Description |
|---|---|
| RpcException |
Exception thrown if an RPC call fails on the service side.
|
RpcFactory