GRPC C++  1.62.0
Public Member Functions | Friends
grpc::internal::ServerAsyncStreamingInterface Class Referenceabstract

#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
 

Constructor & Destructor Documentation

◆ ~ServerAsyncStreamingInterface()

virtual grpc::internal::ServerAsyncStreamingInterface::~ServerAsyncStreamingInterface ( )
inlinevirtual

Member Function Documentation

◆ SendInitialMetadata()

virtual void grpc::internal::ServerAsyncStreamingInterface::SendInitialMetadata ( void *  tag)
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.

Parameters
[in]tagTag identifying this request.

Friends And Related Function Documentation

◆ grpc::ServerInterface

friend class grpc::ServerInterface
friend

The documentation for this class was generated from the following file: