GRPC C++
1.50.0
|
#include <server_callback.h>
Public Member Functions | |
CallbackUnaryHandler (std::function< ServerUnaryReactor *(grpc::CallbackServerContext *, const RequestType *, ResponseType *)> get_reactor) | |
void | SetMessageAllocator (MessageAllocator< RequestType, ResponseType > *allocator) |
void | RunHandler (const HandlerParameter ¶m) final |
void * | Deserialize (grpc_call *call, grpc_byte_buffer *req, grpc::Status *status, void **handler_data) final |
|
inlineexplicit |
|
inlinefinal |
|
inlinefinal |
Invoke SetupReactor as the last part of the handler
|
inline |