GRPC C++
1.30.0
|
#include <service_type.h>
Public Member Functions | |
virtual | ~ServerAsyncStreamingInterface () |
virtual void | SendInitialMetadata (void *tag)=0 |
Request notification of the sending of initial metadata to the client. More... | |
Friends | |
class | ::grpc::ServerInterface |
|
inlinevirtual |
|
pure virtual |
Request notification of the sending of initial metadata to the client.
Completion will be notified by tag on the associated completion queue. This call is optional, but if it is used, it cannot be used concurrently with or after the Finish method.
[in] | tag | Tag identifying this request. |
Implemented in grpc_impl::ServerAsyncReaderWriter< W, R >, grpc_impl::ServerAsyncWriter< W >, grpc_impl::ServerAsyncReader< W, R >, and grpc_impl::ServerAsyncResponseWriter< W >.
|
friend |