gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
Grpc.Core.ServerServiceDefinition.Builder Class Reference

Public Member Functions

 Builder (string serviceName)
 
Builder AddMethod< TRequest, TResponse > (Method< TRequest, TResponse > method, UnaryServerMethod< TRequest, TResponse > handler)
 
Builder AddMethod< TRequest, TResponse > (Method< TRequest, TResponse > method, ClientStreamingServerMethod< TRequest, TResponse > handler)
 
Builder AddMethod< TRequest, TResponse > (Method< TRequest, TResponse > method, ServerStreamingServerMethod< TRequest, TResponse > handler)
 
Builder AddMethod< TRequest, TResponse > (Method< TRequest, TResponse > method, DuplexStreamingServerMethod< TRequest, TResponse > handler)
 
ServerServiceDefinition Build ()
 

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