CallbackGenericService is the base class for generic services implemented using the callback API and registered through the ServerBuilder using RegisterCallbackGenericService.
More...
#include <async_generic_service.h>
CallbackGenericService is the base class for generic services implemented using the callback API and registered through the ServerBuilder using RegisterCallbackGenericService.
◆ CallbackGenericService()
grpc::experimental::CallbackGenericService::CallbackGenericService |
( |
| ) |
|
|
inline |
◆ ~CallbackGenericService()
virtual grpc::experimental::CallbackGenericService::~CallbackGenericService |
( |
| ) |
|
|
inlinevirtual |
◆ CreateReactor()
The "method handler" for the generic API.
This function should be overridden to provide a ServerGenericBidiReactor that implements the application-level interface for this RPC. Unimplemented by default.
◆ ::grpc_impl::Server
The documentation for this class was generated from the following file: