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