Uses of Class
io.grpc.stub.BlockingClientCall
Packages that use BlockingClientCall
-
Uses of BlockingClientCall in io.grpc.stub
Methods in io.grpc.stub that return BlockingClientCallModifier and TypeMethodDescriptionstatic <ReqT,
RespT>
BlockingClientCall<ReqT, RespT> ClientCalls.blockingBidiStreamingCall
(Channel channel, MethodDescriptor<ReqT, RespT> method, CallOptions callOptions) Initiate a bidirectional-streamingClientCall
and returning a stream object (BlockingClientCall
) which can be used by the client to send and receive messages over the grpc channel.static <ReqT,
RespT>
BlockingClientCall<ReqT, RespT> ClientCalls.blockingClientStreamingCall
(Channel channel, MethodDescriptor<ReqT, RespT> method, CallOptions callOptions) Initiates a server streaming call and sends the specified request to the server.static <ReqT,
RespT>
BlockingClientCall<ReqT, RespT> ClientCalls.blockingV2ServerStreamingCall
(Channel channel, MethodDescriptor<ReqT, RespT> method, CallOptions callOptions, ReqT req) Initiates a client streaming call over the specified channel.