Public Member Functions | List of all members
grpc::testing::CallbackStreamingTestService Class Reference

#include <callback_test_service.h>

Inheritance diagram for grpc::testing::CallbackStreamingTestService:
Inheritance graph
[legend]

Public Member Functions

ServerBidiReactor< EchoRequest, EchoResponse > * BidiStream (CallbackServerContext *context) override
 
 CallbackStreamingTestService ()
 
ServerUnaryReactorEcho (CallbackServerContext *context, const EchoRequest *request, EchoResponse *response) override
 

Detailed Description

Definition at line 37 of file callback_test_service.h.

Constructor & Destructor Documentation

◆ CallbackStreamingTestService()

grpc::testing::CallbackStreamingTestService::CallbackStreamingTestService ( )
inline

Definition at line 39 of file callback_test_service.h.

Member Function Documentation

◆ BidiStream()

ServerBidiReactor< EchoRequest, EchoResponse > * grpc::testing::CallbackStreamingTestService::BidiStream ( CallbackServerContext context)
override

Definition at line 65 of file callback_test_service.cc.

◆ Echo()

ServerUnaryReactor * grpc::testing::CallbackStreamingTestService::Echo ( CallbackServerContext context,
const EchoRequest *  request,
EchoResponse *  response 
)
override

Definition at line 49 of file callback_test_service.cc.


The documentation for this class was generated from the following files:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:33