Uses of Interface
eneter.net.system.IFunction

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

Uses of IFunction in eneter.messaging.endpoints.rpc
 

Methods in eneter.messaging.endpoints.rpc with parameters of type IFunction
<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.