webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
com.google.protobuf.BlockingRpcChannel Interface Reference

Public Member Functions

Message callBlockingMethod (Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype) throws ServiceException
 

Detailed Description

Abstract interface for a blocking RPC channel.

BlockingRpcChannel

is the blocking equivalent to RpcChannel.

Author
kento.nosp@m.n@go.nosp@m.ogle..nosp@m.com Kenton Varda
cpovi.nosp@m.rk@g.nosp@m.oogle.nosp@m..com Chris Povirk

Member Function Documentation

◆ callBlockingMethod()

Message com.google.protobuf.BlockingRpcChannel.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.

is the blocking equivalent to RpcChannel#callMethod.


The documentation for this interface was generated from the following file: