|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
RpcFactory.createPerClientInstanceService(IFunction<TServiceInterface> serviceFactoryMethod,
java.lang.Class<TServiceInterface> clazz)
|
|
|
IRpcFactory.createPerClientInstanceService(IFunction<TServiceInterface> serviceFactoryMethod,
java.lang.Class<TServiceInterface> clazz)
Creates per-client-instance RPC service for the given interface. |
|
|
RpcFactory.createSingleInstanceService(TServiceInterface service,
java.lang.Class<TServiceInterface> clazz)
|
|
|
IRpcFactory.createSingleInstanceService(TServiceInterface service,
java.lang.Class<TServiceInterface> clazz)
Creates single-instance RPC service for the given interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |