Package | Description |
---|---|
eneter.messaging.endpoints.rpc |
Remote Procedure Calls (RPC).
|
Modifier and Type | Method and Description |
---|---|
<TServiceInterface> |
RpcFactory.createClient(java.lang.Class<TServiceInterface> clazz) |
<TServiceInterface> |
IRpcFactory.createClient(java.lang.Class<TServiceInterface> clazz)
Creates RPC client for the given interface.
|