class BaseAsyncRequest
Defined at line 164 of file ../../third_party/grpc/src/include/grpcpp/server_interface.h
Protected Members
ServerInterface *const server_
grpc::ServerContext *const context_
internal::ServerAsyncStreamingInterface *const stream_
grpc::CompletionQueue *const call_cq_
grpc::ServerCompletionQueue *const notification_cq_
void *const tag_
const bool delete_on_finalize_
grpc_call * call_
Call call_wrapper_
InterceptorBatchMethodsImpl interceptor_methods_
bool done_intercepting_
bool call_metric_recording_enabled_
experimental::ServerMetricRecorder * server_metric_recorder_
Public Methods
void BaseAsyncRequest (ServerInterface *server,grpc::ServerContext *context,internal::ServerAsyncStreamingInterface *stream,grpc::CompletionQueue *call_cq,grpc::ServerCompletionQueue *notification_cq,void *tag,booldelete_on_finalize)
void ~BaseAsyncRequest ()
bool FinalizeResult (void ** tag, bool * status)