|
GRPC C++
1.76.0
|
#include <grpc/support/port_platform.h>#include <grpcpp/impl/server_callback_handlers.h>#include <grpcpp/support/byte_buffer.h>#include <grpcpp/support/server_callback.h>Go to the source code of this file.
Data Structures | |
| class | grpc::GenericCallbackServerContext |
| class | grpc::CallbackGenericService |
| CallbackGenericService is the base class for generic services implemented using the callback API and registered through the ServerBuilder using RegisterCallbackGenericService. More... | |
Namespaces | |
| grpc | |
| An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
Typedefs | |
| using | grpc::ServerGenericBidiReactor = ServerBidiReactor< ByteBuffer, ByteBuffer > |
| ServerGenericBidiReactor is the reactor class for bidi streaming RPCs invoked on a CallbackGenericService. More... | |
1.8.17