Package | Description |
---|---|
eneter.messaging.endpoints.rpc |
Remote Procedure Calls (RPC).
|
Modifier and Type | Method and Description |
---|---|
<TServiceInterface> |
RpcFactory.createPerClientInstanceService(IFunction<TServiceInterface> serviceFactoryMethod,
java.lang.Class<TServiceInterface> clazz) |
<TServiceInterface> |
IRpcFactory.createPerClientInstanceService(IFunction<TServiceInterface> serviceFactoryMethod,
java.lang.Class<TServiceInterface> clazz)
Creates per-client-instance RPC service for the given interface.
|
<TServiceInterface> |
RpcFactory.createSingleInstanceService(TServiceInterface service,
java.lang.Class<TServiceInterface> clazz) |
<TServiceInterface> |
IRpcFactory.createSingleInstanceService(TServiceInterface service,
java.lang.Class<TServiceInterface> clazz)
Creates single-instance RPC service for the given interface.
|