GRPC C++
1.30.0
|
#include <byte_buffer.h>
Public Member Functions | |
CallbackUnaryHandler (std::function< ServerUnaryReactor *(::grpc_impl::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 |
Public Member Functions inherited from grpc::internal::MethodHandler | |
virtual | ~MethodHandler () |
virtual void * | Deserialize (grpc_call *, grpc_byte_buffer *req, Status *, void **) |
|
inlineexplicit |
|
inlinefinal |
|
inlinefinalvirtual |
Invoke SetupReactor as the last part of the handler
Implements grpc::internal::MethodHandler.
|
inline |