Uses of Interface
eneter.messaging.endpoints.rpc.IRpcClient

Packages that use IRpcClient
eneter.messaging.endpoints.rpc Remote Procedure Calls (RPC). 
 

Uses of IRpcClient in eneter.messaging.endpoints.rpc
 

Methods in eneter.messaging.endpoints.rpc that return IRpcClient
<TServiceInterface>
IRpcClient<TServiceInterface>
RpcFactory.createClient(java.lang.Class<TServiceInterface> clazz)
           
<TServiceInterface>
IRpcClient<TServiceInterface>
IRpcFactory.createClient(java.lang.Class<TServiceInterface> clazz)
          Creates RPC client for the given interface.