template <grpc::StatusCode code>
class ErrorMethodHandler
Defined at line 358 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h
General method handler class for errors that prevent real method use
e.g., handle unknown method by returning UNIMPLEMENTED error.
Public Methods
void ErrorMethodHandler<code> (const std::string & message)
Defined at line 360 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h
template <class T>
void FillOps (grpc::ServerContextBase * context, const std::string & message, T * ops)
Defined at line 363 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h
void RunHandler (const HandlerParameter & param)
Defined at line 377 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h
void * Deserialize (grpc_call * , grpc_byte_buffer * req, grpc::Status * , void ** )
Defined at line 386 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h