template <class ServiceType, class RequestType, class ResponseType>
class BidiStreamingHandler
Defined at line 306 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h
Public Methods
void BidiStreamingHandler<ServiceType, RequestType, ResponseType> (std::function<grpc::Status (ServiceType *, grpc::ServerContext *, ServerReaderWriter<ResponseType, RequestType> *)> func, ServiceType * service)
Defined at line 310 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h