public interface RpcClient
| Modifier and Type | Method and Description |
|---|---|
RpcClient |
addInterface(Class serviceInterface) |
RpcClient |
addInvocationListener(RpcClientSideInvocationListener listener) |
RpcClient |
addProtobuferRpcInterface(Object instance) |
void |
cancelInvocation(long rpcIndex) |
void |
failInvocation(long rpcIndex,
String errorMessage) |
MethodSignatureResolver |
getResolver() |
com.google.protobuf.RpcChannel |
newClientRpcChannel() |
com.google.protobuf.RpcController |
newController() |
void |
returnCall(RemoteExecutionContext dc,
com.google.protobuf.Message message) |
RpcClient |
start() |
void |
stop() |
void cancelInvocation(long rpcIndex)
void failInvocation(long rpcIndex,
String errorMessage)
com.google.protobuf.RpcChannel newClientRpcChannel()
com.google.protobuf.RpcController newController()
void returnCall(RemoteExecutionContext dc, com.google.protobuf.Message message)
RpcClient start()
void stop()
MethodSignatureResolver getResolver()
RpcClient addInvocationListener(RpcClientSideInvocationListener listener)
Copyright © 2013. All Rights Reserved.