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