gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
math.MathServiceImpl Class Reference

Implementation of MathService server More...

Inheritance diagram for math.MathServiceImpl:
math.Math.IMath

Public Member Functions

Task< DivReplyDiv (ServerCallContext context, DivArgs request)
 
async Task Fib (ServerCallContext context, FibArgs request, IServerStreamWriter< Num > responseStream)
 
async Task< NumSum (ServerCallContext context, IAsyncStreamReader< Num > requestStream)
 
async Task DivMany (ServerCallContext context, IAsyncStreamReader< DivArgs > requestStream, IServerStreamWriter< DivReply > responseStream)
 

Detailed Description

Implementation of MathService server


The documentation for this class was generated from the following file: