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