GRPC C++
1.66.0
|
ServerWriteReactor is the interface for a server-streaming RPC. More...
#include <server_callback.h>
Public Member Functions | |
ServerWriteReactor () | |
~ServerWriteReactor () override=default | |
void | StartSendInitialMetadata () ABSL_LOCKS_EXCLUDED(writer_mu_) |
The following operation initiations are exactly like ServerBidiReactor. More... | |
void | StartWrite (const Response *resp) |
void | StartWrite (const Response *resp, grpc::WriteOptions options) ABSL_LOCKS_EXCLUDED(writer_mu_) |
void | StartWriteAndFinish (const Response *resp, grpc::WriteOptions options, grpc::Status s) ABSL_LOCKS_EXCLUDED(writer_mu_) |
void | StartWriteLast (const Response *resp, grpc::WriteOptions options) |
void | Finish (grpc::Status s) ABSL_LOCKS_EXCLUDED(writer_mu_) |
virtual void | OnSendInitialMetadataDone (bool) |
The following notifications are exactly like ServerBidiReactor. More... | |
virtual void | OnWriteDone (bool) |
void | OnDone () override=0 |
void | OnCancel () override |
Friends | |
class | ServerCallbackWriter< Response > |
ServerWriteReactor is the interface for a server-streaming RPC.
|
inline |
|
overridedefault |
|
inline |
|
inlineoverride |
|
overridepure virtual |
|
inlinevirtual |
The following notifications are exactly like ServerBidiReactor.
|
inlinevirtual |
|
inline |
The following operation initiations are exactly like ServerBidiReactor.
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |