Interface BlockingRpcChannel
public interface BlockingRpcChannel
Abstract interface for a blocking RPC channel.
BlockingRpcChannel is the blocking
equivalent to RpcChannel.-
Method Summary
Modifier and TypeMethodDescriptioncallBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype) Call the given method of the remote service and blocks until it returns.
-
Method Details
-
callBlockingMethod
Message callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype) throws ServiceException Call the given method of the remote service and blocks until it returns.callBlockingMethod()is the blocking equivalent toRpcChannel.callMethod(Descriptors.MethodDescriptor, RpcController, Message, Message, RpcCallback).- Throws:
ServiceException
-