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