Uses of Interface
io.grpc.stub.ServerCalls.BidiStreamingMethod
Packages that use ServerCalls.BidiStreamingMethod
-
Uses of ServerCalls.BidiStreamingMethod in io.grpc.stub
Methods in io.grpc.stub with parameters of type ServerCalls.BidiStreamingMethodModifier and TypeMethodDescriptionstatic <ReqT,RespT>
ServerCallHandler<ReqT,RespT> ServerCalls.asyncBidiStreamingCall(ServerCalls.BidiStreamingMethod<ReqT, RespT> method) Creates aServerCallHandlerfor a bidi streaming method of the service.