template <class Response>

class ServerWriteReactor

Defined at line 587 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

is the interface for a server-streaming RPC.

Public Methods

void ServerWriteReactor<Response> ()

Defined at line 589 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

void ~ServerWriteReactor<Response> ()

Defined at line 590 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

void StartSendInitialMetadata ()

The following operation initiations are exactly like ServerBidiReactor.

Defined at line 593 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

void StartWrite (const Response * resp)

Defined at line 606 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

void StartWrite (const Response * resp, grpc::WriteOptions options)

Defined at line 609 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

void StartWriteAndFinish (const Response * resp, grpc::WriteOptions options, grpc::Status s)

Defined at line 624 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

void StartWriteLast (const Response * resp, grpc::WriteOptions options)

Defined at line 641 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

void Finish (grpc::Status s)

Defined at line 644 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

void OnDone ()
void OnSendInitialMetadataDone (bool )

The following notifications are exactly like ServerBidiReactor.

Defined at line 660 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

void OnWriteDone (bool )

Defined at line 661 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h

void OnCancel ()

Defined at line 663 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h