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
 
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

Definition at line 40 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/BlockingRpcChannel.java.

Member Function Documentation

◆ callBlockingMethod() [1/2]

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.

◆ callBlockingMethod() [2/2]

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:
com.google.protobuf.BlockingRpcChannel.callBlockingMethod
Message callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype)


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:02