Package eneter.messaging.endpoints.rpc

Remote Procedure Calls (RPC).

See:
          Description

Interface Summary
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 Summary
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 Summary
ERpcRequest Internal commands for interaction via RPC.
 

Exception Summary
RpcException Exception thrown if an RPC call fails on the service side.
 

Package eneter.messaging.endpoints.rpc Description

Remote Procedure Calls (RPC). For more details see example: