|
GRPC C++
1.36.1
|
#include <byte_buffer.h>
Public Member Functions | |
| CallbackUnaryHandler (std::function< ServerUnaryReactor *(::grpc::CallbackServerContext *, const RequestType *, ResponseType *)> get_reactor) | |
| void | SetMessageAllocator (::grpc::experimental::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 |
1.8.17