Uses of Interface
io.grpc.stub.ServerCalls.ClientStreamingMethod
-
Packages that use ServerCalls.ClientStreamingMethod Package Description io.grpc.stub API for the Stub layer. -
-
Uses of ServerCalls.ClientStreamingMethod in io.grpc.stub
Methods in io.grpc.stub with parameters of type ServerCalls.ClientStreamingMethod Modifier and Type Method Description static <ReqT,RespT>
ServerCallHandler<ReqT,RespT>ServerCalls. asyncClientStreamingCall(ServerCalls.ClientStreamingMethod<ReqT,RespT> method)
Creates aServerCallHandler
for a client streaming method of the service.
-