Uses of Interface
io.grpc.stub.ServerCalls.ClientStreamingMethod
Packages that use ServerCalls.ClientStreamingMethod
-
Uses of ServerCalls.ClientStreamingMethod in io.grpc.stub
Methods in io.grpc.stub with parameters of type ServerCalls.ClientStreamingMethodModifier and TypeMethodDescriptionstatic <ReqT,
RespT>
ServerCallHandler<ReqT, RespT> ServerCalls.asyncClientStreamingCall
(ServerCalls.ClientStreamingMethod<ReqT, RespT> method) Creates aServerCallHandler
for a client streaming method of the service.