class ServerStreamingInterface

Defined at line 68 of file ../../third_party/grpc/src/include/grpcpp/support/sync_stream.h

Common interface for all synchronous server side streaming.

Public Methods

void SendInitialMetadata ()

Block to send initial metadata to client.

This call is optional, but if it is used, it cannot be used concurrently

with or after the

method.

The initial metadata that will be sent to the client will be

taken from the

associated with the call.

void ~ServerStreamingInterface ()

Defined at line 70 of file ../../third_party/grpc/src/include/grpcpp/support/sync_stream.h