class ServerAsyncStreamingInterface

Defined at line 39 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/service_type.h

Public Methods

void SendInitialMetadata (void * tag)

Request notification of the sending of initial metadata to the client.

Completion will be notified by

on the associated completion

queue. This call is optional, but if it is used, it cannot be used

concurrently with or after the

method.

Parameters

tag [in] Tag identifying this request.
void ~ServerAsyncStreamingInterface ()

Defined at line 41 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/service_type.h

Friends

class ServerInterface