Uses of Interface
io.grpc.stub.ServerCalls.UnaryMethod
Packages that use ServerCalls.UnaryMethod
-
Uses of ServerCalls.UnaryMethod in io.grpc.stub
Methods in io.grpc.stub with parameters of type ServerCalls.UnaryMethodModifier and TypeMethodDescriptionstatic <ReqT,
RespT>
ServerCallHandler<ReqT, RespT> ServerCalls.asyncUnaryCall
(ServerCalls.UnaryMethod<ReqT, RespT> method) Creates aServerCallHandler
for a unary call method of the service.