Template Class CallDataUnary

Inheritance Relationships

Base Type

Class Documentation

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

Public Functions

inline CallDataUnary(AsyncService *service, ::grpc::ServerCompletionQueue *cq)
inline virtual void finish(const ::grpc::Status &status) override

Protected Attributes

::grpc::ServerAsyncResponseWriter<ReplyType> responder_