template <class RequestType, class ResponseType>
class CallbackUnaryHandler
Defined at line 36 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/server_callback_handlers.h
Forward declarations
Public Methods
void CallbackUnaryHandler<RequestType, ResponseType> (std::function<ServerUnaryReactor *(grpc::CallbackServerContext *, const RequestType *, ResponseType *)> get_reactor)
Defined at line 38 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/server_callback_handlers.h
void SetMessageAllocator (MessageAllocator<RequestType, ResponseType> * allocator)
Defined at line 44 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/server_callback_handlers.h
void RunHandler (const HandlerParameter & param)
Defined at line 49 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/server_callback_handlers.h
void * Deserialize (grpc_call * call, grpc_byte_buffer * req, grpc::Status * status, void ** handler_data)
Defined at line 84 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/server_callback_handlers.h