コード例 #1
0
 public Interceptor(RpcClientWithType <TExecutor, IExecutorRpc, IInvokerRpc> client)
 {
     this.client = client;
 }
コード例 #2
0
 public DynamicRpcInvoker(RpcClientWithType <TExecutor, IExecutorRpc, IInvokerRpc> client)
 {
     this.client = client;
 }