class ServerUnaryReactor
Defined at line 706 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h
Forward declarations
Public Methods
void ServerUnaryReactor ()
Defined at line 708 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h
void ~ServerUnaryReactor ()
Defined at line 709 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h
void StartSendInitialMetadata ()
StartSendInitialMetadata is exactly like ServerBidiReactor.
Defined at line 712 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h
void Finish (grpc::Status s)
Finish is similar to ServerBidiReactor except for one detail.
If the status is non-OK, any message will not be sent. Instead,
the client will only receive the status and any trailing metadata.
Defined at line 727 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 742 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h
void OnCancel ()
Defined at line 744 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/server_callback.h
Friends
class ServerCallbackUnary