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

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

Uses of IRpcService in eneter.messaging.endpoints.rpc
 

Methods in eneter.messaging.endpoints.rpc that return IRpcService
<TServiceInterface>
IRpcService<TServiceInterface>
RpcFactory.createPerClientInstanceService(IFunction<TServiceInterface> serviceFactoryMethod, java.lang.Class<TServiceInterface> clazz)
           
<TServiceInterface>
IRpcService<TServiceInterface>
IRpcFactory.createPerClientInstanceService(IFunction<TServiceInterface> serviceFactoryMethod, java.lang.Class<TServiceInterface> clazz)
          Creates per-client-instance RPC service for the given interface.
<TServiceInterface>
IRpcService<TServiceInterface>
RpcFactory.createSingleInstanceService(TServiceInterface service, java.lang.Class<TServiceInterface> clazz)
           
<TServiceInterface>
IRpcService<TServiceInterface>
IRpcFactory.createSingleInstanceService(TServiceInterface service, java.lang.Class<TServiceInterface> clazz)
          Creates single-instance RPC service for the given interface.