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