Template Class CallDataServerStream

Inheritance Relationships

Base Type

Class Documentation

template<typename RequestType, typename ReplyType>
class CallDataServerStream : public amdinfer::CallData<RequestType, ReplyType>

Public Functions

inline CallDataServerStream(AsyncService *service, ::grpc::ServerCompletionQueue *cq)
inline void write(const ReplyType &response)
inline virtual void finish(const ::grpc::Status &status) override

Protected Attributes

::grpc::ServerAsyncWriter<ReplyType> responder_